#B0D0C8

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

Shades of Jet Stream #B0D0C8

Tints of Jet Stream #B0D0C8

Color information

#B0D0C8 (or 0xB0D0C8) is unknown color: approx Jet Stream. HEX triplet: B0, D0 and C8. RGB value is (176,208,200). Sum of RGB (Red+Green+Blue) = 176+208+200=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D0C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D0C8 is #4F2F37. Grayscale: #C5C5C5. Windows color (decimal): -5189432 or 13160624. OLE color: 13160624.

HSL color Cylindrical-coordinate representation of color #B0D0C8: hue angle of 165º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0D0C8 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB176208200-
CMYK0.1500.040.18
HSL165º25.4%75.29%-
HSV(B)165º15.38%81.57%-
XYZ50.8958.5163.26-
YUV197.52129.4112.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.14%
GREEN value IS 208 (81.64% from 255) = 35.62%
BLUE value IS 200 (78.52% from 255) = 34.25%
R=30.14%
G=35.62%
B=34.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762082000.1500.040.1816525.475.29
HexB0D0C8F0412a5194b
Octal26032031017042224531113
Binary101100001101000011001000111101001001010100101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D0C8; }

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

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

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

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

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

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

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

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