#BBD7CA

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

Shades of Jet Stream #BBD7CA

Tints of Jet Stream #BBD7CA

Color information

#BBD7CA (or 0xBBD7CA) is unknown color: approx Jet Stream. HEX triplet: BB, D7 and CA. RGB value is (187,215,202). Sum of RGB (Red+Green+Blue) = 187+215+202=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7CA is #442835. Grayscale: #CDCDCD. Windows color (decimal): -4466742 or 13293499. OLE color: 13293499.

HSL color Cylindrical-coordinate representation of color #BBD7CA: hue angle of 152.14º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD7CA is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB187215202-
CMYK0.1300.060.16
HSL152.14º25.93%78.82%-
HSV(B)152.14º13.02%84.31%-
XYZ55.4563.4365.2-
YUV205.15126.22115.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 215 (84.38% from 255) = 35.60%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=30.96%
G=35.60%
B=33.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872152020.1300.060.16152.1425.9378.82
HexBBD7CAD0610981a4f
Octal27332731215062023032117
Binary101110111101011111001010110101101000010011000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD7CA; }

 p { color: rgb(187,215,202); }

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

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

 a { background-color: rgb(187,215,202); }

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

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

 span { border-color: rgb(187,215,202); }

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