#BBD5CD

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

Shades of Jet Stream #BBD5CD

Tints of Jet Stream #BBD5CD

Color information

#BBD5CD (or 0xBBD5CD) is unknown color: approx Jet Stream. HEX triplet: BB, D5 and CD. RGB value is (187,213,205). Sum of RGB (Red+Green+Blue) = 187+213+205=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5CD is #442A32. Grayscale: #CCCCCC. Windows color (decimal): -4467251 or 13489595. OLE color: 13489595.

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

Color convert

RGB187213205-
CMYK0.1200.040.16
HSL161.54º23.64%78.43%-
HSV(B)161.54º12.21%83.53%-
XYZ55.3162.5666.92-
YUV204.31128.39115.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=30.91%
G=35.21%
B=33.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872132050.1200.040.16161.5423.6478.43
HexBBD5CDC0410a2184e
Octal27332531514042024230116
Binary101110111101010111001101110001001000010100010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5CD; }

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

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

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

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

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

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

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

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