#B9CDC6

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

Shades of Jet Stream #B9CDC6

Tints of Jet Stream #B9CDC6

Color information

#B9CDC6 (or 0xB9CDC6) is unknown color: approx Jet Stream. HEX triplet: B9, CD and C6. RGB value is (185,205,198). Sum of RGB (Red+Green+Blue) = 185+205+198=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDC6 is #463239. Grayscale: #C6C6C6. Windows color (decimal): -4600378 or 13028793. OLE color: 13028793.

HSL color Cylindrical-coordinate representation of color #B9CDC6: hue angle of 159º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CDC6 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB185205198-
CMYK0.1000.030.20
HSL159º16.67%76.47%-
HSV(B)159º9.76%80.39%-
XYZ52.0358.0561.89-
YUV198.22127.87118.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.46%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 198 (77.73% from 255) = 33.67%
R=31.46%
G=34.86%
B=33.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852051980.1000.030.2015916.6776.47
HexB9CDC6A03149f114c
Octal27131530612032423721114
Binary10111001110011011100011010100111010010011111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDC6; }

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

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

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

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

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

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

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

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