#BBD1CD

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

Shades of Jet Stream #BBD1CD

Tints of Jet Stream #BBD1CD

Color information

#BBD1CD (or 0xBBD1CD) is unknown color: approx Jet Stream. HEX triplet: BB, D1 and CD. RGB value is (187,209,205). Sum of RGB (Red+Green+Blue) = 187+209+205=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1CD is #442E32. Grayscale: #C9C9C9. Windows color (decimal): -4468275 or 13488571. OLE color: 13488571.

HSL color Cylindrical-coordinate representation of color #BBD1CD: hue angle of 169.09º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD1CD is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB187209205-
CMYK0.1100.020.18
HSL169.09º19.3%77.65%-
HSV(B)169.09º10.53%81.96%-
XYZ54.3160.5766.59-
YUV201.97129.71117.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 209 (82.03% from 255) = 34.78%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=31.11%
G=34.78%
B=34.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872092050.1100.020.18169.0919.377.65
HexBBD1CDB0212a9134e
Octal27332131513022225123116
Binary10111011110100011100110110110101001010101001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1CD; }

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

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

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

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

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

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

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

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