#BBD5CF

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

Shades of Jet Stream #BBD5CF

Tints of Jet Stream #BBD5CF

Color information

#BBD5CF (or 0xBBD5CF) is unknown color: approx Jet Stream. HEX triplet: BB, D5 and CF. RGB value is (187,213,207). Sum of RGB (Red+Green+Blue) = 187+213+207=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5CF is #442A30. Grayscale: #CCCCCC. Windows color (decimal): -4467249 or 13620667. OLE color: 13620667.

HSL color Cylindrical-coordinate representation of color #BBD5CF: hue angle of 166.15º 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 #BBD5CF is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB187213207-
CMYK0.1200.030.16
HSL166.15º23.64%78.43%-
HSV(B)166.15º12.21%83.53%-
XYZ55.5562.6668.2-
YUV204.54129.39115.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 213 (83.59% from 255) = 35.09%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=30.81%
G=35.09%
B=34.10%

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
Decimal1872132070.1200.030.16166.1523.6478.43
HexBBD5CFC0310a6184e
Octal27332531714032024630116
Binary10111011110101011100111111000111000010100110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5CF; }

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

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

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

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

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

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

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

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