Html Css Color HEX #B9CEC3 Nebula

📋 copy color: '#B9CEC3'

red 185 ◦ green 206 ◦ blue 195

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

Shades of Nebula #B9CEC3

Tints of Nebula #B9CEC3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.15%

 BLUE value IS 195 (76.56% from 255) = 33.28%

R = 31.57%
G = 35.15%
B = 33.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#B9CEC3 (or 0xB9CEC3) is known color: Nebula. HEX triplet: B9, CE and C3. RGB value is (185,206,195). Sum of RGB (Red+Green+Blue) = 185+206+195=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEC3 is #46313C. Grayscale: #C6C6C6. Windows color (decimal): -4600125 or 12832441. OLE color: 12832441.

HSL color Cylindrical-coordinate representation of color #B9CEC3: hue angle of 148.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CEC3 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 195 -
CMYK 0.10 0 0.05 0.19
HSL 148.57º 0.18% 0.77% -
HSV(B) 148.57º 0.1% 0.81% -
XYZ 51.93 58.4 60.16 -
YUV 198.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 185 206 195 0.10 0 0.05 0.19 148.57 0.18 0.77
Hex B9 CE C3 A 0 5 13 95 12 4D
Octal 271 316 303 12 0 5 23 225 22 115
Binary 10111001 11001110 11000011 1010 0 101 10011 10010101 10010 1001101

Color Harmonies of #B9CEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CEC3

Black with #B9CEC3

Text Example


Text Example

White with #B9CEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CEC3; }

 p { color: rgb(185,206,195); }

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

background-color css

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

 a { background-color: rgb(185,206,195); }

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

border-color css

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

 span { border-color: rgb(185,206,195); }

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