#B0D2C5

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

Shades of Jet Stream #B0D2C5

Tints of Jet Stream #B0D2C5

Color information

#B0D2C5 (or 0xB0D2C5) is unknown color: approx Jet Stream. HEX triplet: B0, D2 and C5. RGB value is (176,210,197). Sum of RGB (Red+Green+Blue) = 176+210+197=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2C5 is #4F2D3A. Grayscale: #C6C6C6. Windows color (decimal): -5188923 or 12964528. OLE color: 12964528.

HSL color Cylindrical-coordinate representation of color #B0D2C5: hue angle of 157.06º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D2C5 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB176210197-
CMYK0.1600.060.18
HSL157.06º27.42%75.69%-
HSV(B)157.06º16.19%82.35%-
XYZ51.0359.3561.59-
YUV198.35127.24112.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.19%
GREEN value IS 210 (82.42% from 255) = 36.02%
BLUE value IS 197 (77.34% from 255) = 33.79%
R=30.19%
G=36.02%
B=33.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762101970.1600.060.18157.0627.4275.69
HexB0D2C51006129d1b4c
Octal26032230520062223533114
Binary1011000011010010110001011000001101001010011101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D2C5; }

 p { color: rgb(176,210,197); }

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

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

 a { background-color: rgb(176,210,197); }

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

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

 span { border-color: rgb(176,210,197); }

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