#BBD4CE

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

Shades of Jet Stream #BBD4CE

Tints of Jet Stream #BBD4CE

Color information

#BBD4CE (or 0xBBD4CE) is unknown color: approx Jet Stream. HEX triplet: BB, D4 and CE. RGB value is (187,212,206). Sum of RGB (Red+Green+Blue) = 187+212+206=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4CE is #442B31. Grayscale: #CBCBCB. Windows color (decimal): -4467506 or 13554875. OLE color: 13554875.

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

Color convert

RGB187212206-
CMYK0.1200.030.17
HSL165.6º22.52%78.24%-
HSV(B)165.6º11.79%83.14%-
XYZ55.1862.1167.47-
YUV203.84129.22115.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 212 (83.20% from 255) = 35.04%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=30.91%
G=35.04%
B=34.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872122060.1200.030.17165.622.5278.24
HexBBD4CEC0311a6174e
Octal27332431614032124627116
Binary10111011110101001100111011000111000110100110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4CE; }

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

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

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

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

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

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

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

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