#B4CCC6

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

Shades of Jet Stream #B4CCC6

Tints of Jet Stream #B4CCC6

Color information

#B4CCC6 (or 0xB4CCC6) is unknown color: approx Jet Stream. HEX triplet: B4, CC and C6. RGB value is (180,204,198). Sum of RGB (Red+Green+Blue) = 180+204+198=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCC6 is #4B3339. Grayscale: #C4C4C4. Windows color (decimal): -4928314 or 13028532. OLE color: 13028532.

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

Color convert

RGB180204198-
CMYK0.1200.030.2
HSL165º19.05%75.29%-
HSV(B)165º11.76%80%-
XYZ50.6156.9761.75-
YUV196.14129.05116.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.93%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 198 (77.73% from 255) = 34.02%
R=30.93%
G=35.05%
B=34.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1802041980.1200.030.216519.0575.29
HexB4CCC6C0314a5134b
Octal26431430614032424523113
Binary10110100110011001100011011000111010010100101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCC6; }

 p { color: rgb(180,204,198); }

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

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

 a { background-color: rgb(180,204,198); }

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

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

 span { border-color: rgb(180,204,198); }

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