#BBD5CE

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

Shades of Jet Stream #BBD5CE

Tints of Jet Stream #BBD5CE

Color information

#BBD5CE (or 0xBBD5CE) is unknown color: approx Jet Stream. HEX triplet: BB, D5 and CE. RGB value is (187,213,206). Sum of RGB (Red+Green+Blue) = 187+213+206=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5CE is #442A31. Grayscale: #CCCCCC. Windows color (decimal): -4467250 or 13555131. OLE color: 13555131.

HSL color Cylindrical-coordinate representation of color #BBD5CE: hue angle of 163.85º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD5CE is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB187213206-
CMYK0.1200.030.16
HSL163.85º23.64%78.43%-
HSV(B)163.85º12.21%83.53%-
XYZ55.4362.6167.56-
YUV204.43128.89115.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.86%
GREEN value IS 213 (83.59% from 255) = 35.15%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=30.86%
G=35.15%
B=33.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872132060.1200.030.16163.8523.6478.43
HexBBD5CEC0310a4184e
Octal27332531614032024430116
Binary10111011110101011100111011000111000010100100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5CE; }

 p { color: rgb(187,213,206); }

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

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

 a { background-color: rgb(187,213,206); }

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

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

 span { border-color: rgb(187,213,206); }

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