#B9CFC6

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

Shades of Jet Stream #B9CFC6

Tints of Jet Stream #B9CFC6

Color information

#B9CFC6 (or 0xB9CFC6) is unknown color: approx Jet Stream. HEX triplet: B9, CF and C6. RGB value is (185,207,198). Sum of RGB (Red+Green+Blue) = 185+207+198=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFC6 is #463039. Grayscale: #C7C7C7. Windows color (decimal): -4599866 or 13029305. OLE color: 13029305.

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

Color convert

RGB185207198-
CMYK0.1100.040.19
HSL155.45º18.64%76.86%-
HSV(B)155.45º10.63%81.18%-
XYZ52.5159.0262.05-
YUV199.4127.21117.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.36%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 198 (77.73% from 255) = 33.56%
R=31.36%
G=35.08%
B=33.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852071980.1100.040.19155.4518.6476.86
HexB9CFC6B04139b134d
Octal27131730613042323323115
Binary101110011100111111000110101101001001110011011100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFC6; }

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

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

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

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

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

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

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

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