#B7CCCD

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

Shades of Jungle Mist #B7CCCD

Tints of Jungle Mist #B7CCCD

Color information

#B7CCCD (or 0xB7CCCD) is unknown color: approx Jungle Mist. HEX triplet: B7, CC and CD. RGB value is (183,204,205). Sum of RGB (Red+Green+Blue) = 183+204+205=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCCD is #483332. Grayscale: #C5C5C5. Windows color (decimal): -4731699 or 13487287. OLE color: 13487287.

HSL color Cylindrical-coordinate representation of color #B7CCCD: hue angle of 182.73º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7CCCD is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183204205-
CMYK0.110.0000.20
HSL182.73º18.03%76.08%-
HSV(B)182.73º10.73%80.39%-
XYZ52.1457.6666.14-
YUV197.83132.04117.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.91%
GREEN value IS 204 (80.08% from 255) = 34.46%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=30.91%
G=34.46%
B=34.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832042050.110.0000.20182.7318.0376.08
HexB7CCCDB0014b7124c
Octal26731431513002426722114
Binary1011011111001100110011011011001010010110111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CCCD; }

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

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

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

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

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

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

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

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