#BBCDC6

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

Shades of Jet Stream #BBCDC6

Tints of Jet Stream #BBCDC6

Color information

#BBCDC6 (or 0xBBCDC6) is unknown color: approx Jet Stream. HEX triplet: BB, CD and C6. RGB value is (187,205,198). Sum of RGB (Red+Green+Blue) = 187+205+198=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDC6 is #443239. Grayscale: #C6C6C6. Windows color (decimal): -4469306 or 13028795. OLE color: 13028795.

HSL color Cylindrical-coordinate representation of color #BBCDC6: hue angle of 156.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCDC6 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB187205198-
CMYK0.0900.030.20
HSL156.67º15.25%76.86%-
HSV(B)156.67º8.78%80.39%-
XYZ52.5258.361.91-
YUV198.82127.54119.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 198 (77.73% from 255) = 33.56%
R=31.69%
G=34.75%
B=33.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872051980.0900.030.20156.6715.2576.86
HexBBCDC6903149df4d
Octal27331530611032423517115
Binary1011101111001101110001101001011101001001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDC6; }

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

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

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

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

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

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

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

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