#B2C8CC

Color #B2C8CC Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #B2C8CC

Tints of Jungle Mist #B2C8CC

Color information

#B2C8CC (or 0xB2C8CC) is unknown color: approx Jungle Mist. HEX triplet: B2, C8 and CC. RGB value is (178,200,204). Sum of RGB (Red+Green+Blue) = 178+200+204=582 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.58% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2C8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C8CC is #4D3733. Grayscale: #C1C1C1. Windows color (decimal): -5060404 or 13420722. OLE color: 13420722.

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

Color convert

RGB178200204-
CMYK0.130.0200.2
HSL189.23º20.31%74.9%-
HSV(B)189.23º12.75%80%-
XYZ49.9155.1365.14-
YUV193.88133.71116.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.58%
GREEN value IS 200 (78.52% from 255) = 34.36%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=30.58%
G=34.36%
B=35.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1782002040.130.0200.2189.2320.3174.9
HexB2C8CCD2014bd144b
Octal26231031415202427524113
Binary10110010110010001100110011011001010010111101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C8CC; }

 p { color: rgb(178,200,204); }

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

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

 a { background-color: rgb(178,200,204); }

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

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

 span { border-color: rgb(178,200,204); }

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