#B0CCC5

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

Shades of Jet Stream #B0CCC5

Tints of Jet Stream #B0CCC5

Color information

#B0CCC5 (or 0xB0CCC5) is unknown color: approx Jet Stream. HEX triplet: B0, CC and C5. RGB value is (176,204,197). Sum of RGB (Red+Green+Blue) = 176+204+197=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CCC5 is #4F333A. Grayscale: #C2C2C2. Windows color (decimal): -5190459 or 12962992. OLE color: 12962992.

HSL color Cylindrical-coordinate representation of color #B0CCC5: hue angle of 165º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0CCC5 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB176204197-
CMYK0.1400.030.2
HSL165º21.54%74.51%-
HSV(B)165º13.73%80%-
XYZ49.5856.4561.11-
YUV194.83129.22114.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.50%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 197 (77.34% from 255) = 34.14%
R=30.50%
G=35.36%
B=34.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1762041970.1400.030.216521.5474.51
HexB0CCC5E0314a5164b
Octal26031430516032424526113
Binary10110000110011001100010111100111010010100101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CCC5; }

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

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

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

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

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

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

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

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