#B7CCCC

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

Shades of Jungle Mist #B7CCCC

Tints of Jungle Mist #B7CCCC

Color information

#B7CCCC (or 0xB7CCCC) is unknown color: approx Jungle Mist. HEX triplet: B7, CC and CC. RGB value is (183,204,204). Sum of RGB (Red+Green+Blue) = 183+204+204=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #B7CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCCC is #483333. Grayscale: #C5C5C5. Windows color (decimal): -4731700 or 13421751. OLE color: 13421751.

HSL color Cylindrical-coordinate representation of color #B7CCCC: hue angle of 180º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7CCCC is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB183204204-
CMYK0.10000.2
HSL180º17.07%75.88%-
HSV(B)180º10.29%80%-
XYZ52.0257.6165.51-
YUV197.72131.54117.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.96%
GREEN value IS 204 (80.08% from 255) = 34.52%
BLUE value IS 204 (80.08% from 255) = 34.52%
R=30.96%
G=34.52%
B=34.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1832042040.10000.218017.0775.88
HexB7CCCCA0014b4114c
Octal26731431412002426421114
Binary1011011111001100110011001010001010010110100100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CCCC; }

 p { color: rgb(183,204,204); }

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

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

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

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

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

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

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