#BBD3CD

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

Shades of Jet Stream #BBD3CD

Tints of Jet Stream #BBD3CD

Color information

#BBD3CD (or 0xBBD3CD) is unknown color: approx Jet Stream. HEX triplet: BB, D3 and CD. RGB value is (187,211,205). Sum of RGB (Red+Green+Blue) = 187+211+205=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3CD is #442C32. Grayscale: #CBCBCB. Windows color (decimal): -4467763 or 13489083. OLE color: 13489083.

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

Color convert

RGB187211205-
CMYK0.1100.030.17
HSL165º21.43%78.04%-
HSV(B)165º11.37%82.75%-
XYZ54.8161.5666.75-
YUV203.14129.05116.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 211 (82.81% from 255) = 34.99%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=31.01%
G=34.99%
B=34.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872112050.1100.030.1716521.4378.04
HexBBD3CDB0311a5154e
Octal27332331513032124525116
Binary10111011110100111100110110110111000110100101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD3CD; }

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

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

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

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

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

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

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

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