Html Css Color HEX #B9CAC0 Nebula

📋 copy color: '#B9CAC0'

red 185 ◦ green 202 ◦ blue 192

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

Shades of Nebula #B9CAC0

Tints of Nebula #B9CAC0

RGB

 RED value IS 185 (72.66% from 255) = 31.95%

 GREEN value IS 202 (79.3% from 255) = 34.89%

 BLUE value IS 192 (75.39% from 255) = 33.16%

R = 31.95%
G = 34.89%
B = 33.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#B9CAC0 (or 0xB9CAC0) is known color: Nebula. HEX triplet: B9, CA and C0. RGB value is (185,202,192). Sum of RGB (Red+Green+Blue) = 185+202+192=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CAC0 is #46353F. Grayscale: #C3C3C3. Windows color (decimal): -4601152 or 12634809. OLE color: 12634809.

HSL color Cylindrical-coordinate representation of color #B9CAC0: hue angle of 144.71º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9CAC0 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 202 192 -
CMYK 0.08 0 0.05 0.21
HSL 144.71º 0.14% 0.76% -
HSV(B) 144.71º 0.08% 0.79% -
XYZ 50.64 56.36 58.08 -
YUV 195.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 185 202 192 0.08 0 0.05 0.21 144.71 0.14 0.76
Hex B9 CA C0 8 0 5 15 91 E 4C
Octal 271 312 300 10 0 5 25 221 16 114
Binary 10111001 11001010 11000000 1000 0 101 10101 10010001 1110 1001100

Color Harmonies of #B9CAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CAC0

Black with #B9CAC0

Text Example


Text Example

White with #B9CAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CAC0; }

 p { color: rgb(185,202,192); }

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

background-color css

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

 a { background-color: rgb(185,202,192); }

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

border-color css

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

 span { border-color: rgb(185,202,192); }

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