#B9CEC6

Color #B9CEC6 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #B9CEC6

Tints of Jet Stream #B9CEC6

Color information

#B9CEC6 (or 0xB9CEC6) is unknown color: approx Jet Stream. HEX triplet: B9, CE and C6. RGB value is (185,206,198). Sum of RGB (Red+Green+Blue) = 185+206+198=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEC6 is #463139. Grayscale: #C6C6C6. Windows color (decimal): -4600122 or 13029049. OLE color: 13029049.

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

Color convert

RGB185206198-
CMYK0.1000.040.19
HSL157.14º17.65%76.67%-
HSV(B)157.14º10.19%80.78%-
XYZ52.2758.5361.97-
YUV198.81127.54118.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.41%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 198 (77.73% from 255) = 33.62%
R=31.41%
G=34.97%
B=33.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852061980.1000.040.19157.1417.6576.67
HexB9CEC6A04139d124d
Octal27131630612042323522115
Binary101110011100111011000110101001001001110011101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CEC6; }

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

 H1.HeaderClassName
 {
   color: #B9CEC6;
 }
 .AnyTagClassName
 {
   color: #B9CEC6;
 }
</style>
background-color css

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

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

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

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

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

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