#BBCDC8

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

Shades of Jet Stream #BBCDC8

Tints of Jet Stream #BBCDC8

Color information

#BBCDC8 (or 0xBBCDC8) is unknown color: approx Jet Stream. HEX triplet: BB, CD and C8. RGB value is (187,205,200). Sum of RGB (Red+Green+Blue) = 187+205+200=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDC8 is #443237. Grayscale: #C7C7C7. Windows color (decimal): -4469304 or 13159867. OLE color: 13159867.

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

Color convert

RGB187205200-
CMYK0.0900.020.20
HSL163.33º15.25%76.86%-
HSV(B)163.33º8.78%80.39%-
XYZ52.7558.463.14-
YUV199.05128.54119.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.59%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 200 (78.52% from 255) = 33.78%
R=31.59%
G=34.63%
B=33.78%

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
Decimal1872052000.0900.020.20163.3315.2576.86
HexBBCDC890214a3f4d
Octal27331531011022424317115
Binary1011101111001101110010001001010101001010001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDC8; }

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

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

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

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

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

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

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

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