#B0D8C8

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

Shades of Jet Stream #B0D8C8

Tints of Jet Stream #B0D8C8

Color information

#B0D8C8 (or 0xB0D8C8) is unknown color: approx Jet Stream. HEX triplet: B0, D8 and C8. RGB value is (176,216,200). Sum of RGB (Red+Green+Blue) = 176+216+200=592 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.73% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D8C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D8C8 is #4F2737. Grayscale: #CACACA. Windows color (decimal): -5187384 or 13162672. OLE color: 13162672.

HSL color Cylindrical-coordinate representation of color #B0D8C8: hue angle of 156º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D8C8 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB176216200-
CMYK0.1900.070.15
HSL156º33.9%76.86%-
HSV(B)156º18.52%84.71%-
XYZ52.8962.5163.92-
YUV202.22126.75109.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.73%
GREEN value IS 216 (84.77% from 255) = 36.49%
BLUE value IS 200 (78.52% from 255) = 33.78%
R=29.73%
G=36.49%
B=33.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762162000.1900.070.1515633.976.86
HexB0D8C81307F9c224d
Octal26033031023071723442115
Binary1011000011011000110010001001101111111100111001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D8C8; }

 p { color: rgb(176,216,200); }

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

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

 a { background-color: rgb(176,216,200); }

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

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

 span { border-color: rgb(176,216,200); }

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