Html Css Color HEX #B9CEC7 Jet Stream

📋 copy color: '#B9CEC7'

red 185 ◦ green 206 ◦ blue 199

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

Shades of Jet Stream #B9CEC7

Tints of Jet Stream #B9CEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.73%

R = 31.36%
G = 34.92%
B = 33.73%

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

#B9CEC7 (or 0xB9CEC7) is known color: Jet Stream. HEX triplet: B9, CE and C7. RGB value is (185,206,199). Sum of RGB (Red+Green+Blue) = 185+206+199=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEC7 is #463138. Grayscale: #C6C6C6. Windows color (decimal): -4600121 or 13094585. OLE color: 13094585.

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

Color convert

RGB 185 206 199 -
CMYK 0.10 0 0.03 0.19
HSL 160º 0.18% 0.77% -
HSV(B) 160º 0.1% 0.81% -
XYZ 52.39 58.58 62.58 -
YUV 198.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 185 206 199 0.10 0 0.03 0.19 160 0.18 0.77
Hex B9 CE C7 A 0 3 13 A0 12 4D
Octal 271 316 307 12 0 3 23 240 22 115
Binary 10111001 11001110 11000111 1010 0 11 10011 10100000 10010 1001101

Color Harmonies of #B9CEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CEC7

Black with #B9CEC7

Text Example


Text Example

White with #B9CEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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