#BBD0CA

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

Shades of Jet Stream #BBD0CA

Tints of Jet Stream #BBD0CA

Color information

#BBD0CA (or 0xBBD0CA) is unknown color: approx Jet Stream. HEX triplet: BB, D0 and CA. RGB value is (187,208,202). Sum of RGB (Red+Green+Blue) = 187+208+202=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0CA is #442F35. Grayscale: #C9C9C9. Windows color (decimal): -4468534 or 13291707. OLE color: 13291707.

HSL color Cylindrical-coordinate representation of color #BBD0CA: hue angle of 162.86º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBD0CA is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB187208202-
CMYK0.1000.030.18
HSL162.86º18.26%77.45%-
HSV(B)162.86º10.1%81.57%-
XYZ53.7159.9464.62-
YUV201.04128.54117.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 208 (81.64% from 255) = 34.84%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=31.32%
G=34.84%
B=33.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872082020.1000.030.18162.8618.2677.45
HexBBD0CAA0312a3124d
Octal27332031212032224322115
Binary10111011110100001100101010100111001010100011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD0CA; }

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

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

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

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

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

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

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

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