Html Css Color HEX #B9C2BD Nebula

📋 copy color: '#B9C2BD'

red 185 ◦ green 194 ◦ blue 189

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

Shades of Nebula #B9C2BD

Tints of Nebula #B9C2BD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.15%

 BLUE value IS 189 (74.22% from 255) = 33.27%

R = 32.57%
G = 34.15%
B = 33.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#B9C2BD (or 0xB9C2BD) is known color: Nebula. HEX triplet: B9, C2 and BD. RGB value is (185,194,189). Sum of RGB (Red+Green+Blue) = 185+194+189=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C2BD is #463D42. Grayscale: #BEBEBE. Windows color (decimal): -4603203 or 12436153. OLE color: 12436153.

HSL color Cylindrical-coordinate representation of color #B9C2BD: hue angle of 146.67º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9C2BD is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 194 189 -
CMYK 0.05 0 0.03 0.24
HSL 146.67º 0.07% 0.74% -
HSV(B) 146.67º 0.05% 0.76% -
XYZ 48.48 52.57 55.74 -
YUV 190.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 185 194 189 0.05 0 0.03 0.24 146.67 0.07 0.74
Hex B9 C2 BD 5 0 3 18 93 7 4A
Octal 271 302 275 5 0 3 30 223 7 112
Binary 10111001 11000010 10111101 101 0 11 11000 10010011 111 1001010

Color Harmonies of #B9C2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C2BD

Black with #B9C2BD

Text Example


Text Example

White with #B9C2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C2BD; }

 p { color: rgb(185,194,189); }

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

background-color css

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

 a { background-color: rgb(185,194,189); }

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

border-color css

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

 span { border-color: rgb(185,194,189); }

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