Html Css Color HEX #B9CEC8 Jet Stream

📋 copy color: '#B9CEC8'

red 185 ◦ green 206 ◦ blue 200

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

Shades of Jet Stream #B9CEC8

Tints of Jet Stream #B9CEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.84%

R = 31.3%
G = 34.86%
B = 33.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#B9CEC8 (or 0xB9CEC8) is known color: Jet Stream. HEX triplet: B9, CE and C8. RGB value is (185,206,200). Sum of RGB (Red+Green+Blue) = 185+206+200=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEC8 is #463137. Grayscale: #C7C7C7. Windows color (decimal): -4600120 or 13160121. OLE color: 13160121.

HSL color Cylindrical-coordinate representation of color #B9CEC8: hue angle of 162.86º 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 #B9CEC8 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 200 -
CMYK 0.10 0 0.03 0.19
HSL 162.86º 0.18% 0.77% -
HSV(B) 162.86º 0.1% 0.81% -
XYZ 52.5 58.63 63.19 -
YUV 199.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 185 206 200 0.10 0 0.03 0.19 162.86 0.18 0.77
Hex B9 CE C8 A 0 3 13 A3 12 4D
Octal 271 316 310 12 0 3 23 243 22 115
Binary 10111001 11001110 11001000 1010 0 11 10011 10100011 10010 1001101

Color Harmonies of #B9CEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CEC8

Black with #B9CEC8

Text Example


Text Example

White with #B9CEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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