Html Css Color HEX #B1CCBA Nebula

📋 copy color: '#B1CCBA'

red 177 ◦ green 204 ◦ blue 186

#B1CCBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nebula #B1CCBA

Tints of Nebula #B1CCBA

RGB

 RED value IS 177 (69.53% from 255) = 31.22%

 GREEN value IS 204 (80.08% from 255) = 35.98%

 BLUE value IS 186 (73.05% from 255) = 32.8%

R = 31.22%
G = 35.98%
B = 32.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B1CCBA (or 0xB1CCBA) is known color: Nebula. HEX triplet: B1, CC and BA. RGB value is (177,204,186). Sum of RGB (Red+Green+Blue) = 177+204+186=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCBA is #4E3345. Grayscale: #C1C1C1. Windows color (decimal): -5124934 or 12242097. OLE color: 12242097.

HSL color Cylindrical-coordinate representation of color #B1CCBA: hue angle of 140º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1CCBA is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 204 186 -
CMYK 0.13 0 0.09 0.2
HSL 140º 0.21% 0.75% -
HSV(B) 140º 0.13% 0.8% -
XYZ 48.59 56.08 54.72 -
YUV 193.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 177 204 186 0.13 0 0.09 0.2 140 0.21 0.75
Hex B1 CC BA D 0 9 14 8C 15 4B
Octal 261 314 272 15 0 11 24 214 25 113
Binary 10110001 11001100 10111010 1101 0 1001 10100 10001100 10101 1001011

Color Harmonies of #B1CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CCBA

Black with #B1CCBA

Text Example


Text Example

White with #B1CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CCBA; }

 p { color: rgb(177,204,186); }

 H1.HeaderClassName
 {
   color: #B1CCBA;
 }
 .AnyTagClassName
 {
   color: #B1CCBA;
 }
</style>

background-color css

<style>
 a { background-color: #B1CCBA; }

 a { background-color: rgb(177,204,186); }

 div.DivClassName
 {
   background-color: #B1CCBA;
 }
 .BgClassName
 {
   background-color: #B1CCBA;
 }
</style>

border-color css

<style>
 span { border-color: #B1CCBA; }

 span { border-color: rgb(177,204,186); }

 td.TdClassName
 {
   border-color: #B1CCBA;
 }
 .TagClassName
 {
   border-color: #B1CCBA;
 }
</style>