#B7CCCB

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

Shades of Jungle Mist #B7CCCB

Tints of Jungle Mist #B7CCCB

Color information

#B7CCCB (or 0xB7CCCB) is unknown color: approx Jungle Mist. HEX triplet: B7, CC and CB. RGB value is (183,204,203). Sum of RGB (Red+Green+Blue) = 183+204+203=590 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.02% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCCB is #483334. Grayscale: #C5C5C5. Windows color (decimal): -4731701 or 13356215. OLE color: 13356215.

HSL color Cylindrical-coordinate representation of color #B7CCCB: hue angle of 177.14º 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 #B7CCCB is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB183204203-
CMYK0.1000.000.2
HSL177.14º17.07%75.88%-
HSV(B)177.14º10.29%80%-
XYZ51.957.5664.88-
YUV197.61131.04117.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.02%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=31.02%
G=34.58%
B=34.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1832042030.1000.000.2177.1417.0775.88
HexB7CCCBA0014b1114c
Octal26731431312002426121114
Binary1011011111001100110010111010001010010110001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CCCB; }

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

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

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

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

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

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

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

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