#BBCDC9

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

Shades of Jet Stream #BBCDC9

Tints of Jet Stream #BBCDC9

Color information

#BBCDC9 (or 0xBBCDC9) is unknown color: approx Jet Stream. HEX triplet: BB, CD and C9. RGB value is (187,205,201). Sum of RGB (Red+Green+Blue) = 187+205+201=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDC9 is #443236. Grayscale: #C7C7C7. Windows color (decimal): -4469303 or 13225403. OLE color: 13225403.

HSL color Cylindrical-coordinate representation of color #BBCDC9: hue angle of 166.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 #BBCDC9 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB187205201-
CMYK0.0900.020.20
HSL166.67º15.25%76.86%-
HSV(B)166.67º8.78%80.39%-
XYZ52.8758.4463.75-
YUV199.16129.04119.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.53%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 201 (78.91% from 255) = 33.90%
R=31.53%
G=34.57%
B=33.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872052010.0900.020.20166.6715.2576.86
HexBBCDC990214a7f4d
Octal27331531111022424717115
Binary1011101111001101110010011001010101001010011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDC9; }

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

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

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

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

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

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

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

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