Html Css Color HEX #B0CBB9 Nebula

📋 copy color: '#B0CBB9'

red 176 ◦ green 203 ◦ blue 185

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

Shades of Nebula #B0CBB9

Tints of Nebula #B0CBB9

RGB

 RED value IS 176 (69.14% from 255) = 31.21%

 GREEN value IS 203 (79.69% from 255) = 35.99%

 BLUE value IS 185 (72.66% from 255) = 32.8%

R = 31.21%
G = 35.99%
B = 32.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#B0CBB9 (or 0xB0CBB9) is known color: Nebula. HEX triplet: B0, CB and B9. RGB value is (176,203,185). Sum of RGB (Red+Green+Blue) = 176+203+185=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBB9 is #4F3446. Grayscale: #C0C0C0. Windows color (decimal): -5190727 or 12176304. OLE color: 12176304.

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

Color convert

RGB 176 203 185 -
CMYK 0.13 0 0.09 0.20
HSL 140º 0.21% 0.74% -
HSV(B) 140º 0.13% 0.8% -
XYZ 48.02 55.44 54.07 -
YUV 192.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 176 203 185 0.13 0 0.09 0.20 140 0.21 0.74
Hex B0 CB B9 D 0 9 14 8C 15 4A
Octal 260 313 271 15 0 11 24 214 25 112
Binary 10110000 11001011 10111001 1101 0 1001 10100 10001100 10101 1001010

Color Harmonies of #B0CBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CBB9

Black with #B0CBB9

Text Example


Text Example

White with #B0CBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CBB9; }

 p { color: rgb(176,203,185); }

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

background-color css

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

 a { background-color: rgb(176,203,185); }

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

border-color css

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

 span { border-color: rgb(176,203,185); }

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