#B8CCCD

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

Shades of Jungle Mist #B8CCCD

Tints of Jungle Mist #B8CCCD

Color information

#B8CCCD (or 0xB8CCCD) is unknown color: approx Jungle Mist. HEX triplet: B8, CC and CD. RGB value is (184,204,205). Sum of RGB (Red+Green+Blue) = 184+204+205=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCCD is #473332. Grayscale: #C6C6C6. Windows color (decimal): -4666163 or 13487288. OLE color: 13487288.

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

Color convert

RGB184204205-
CMYK0.100.0000.20
HSL182.86º17.36%76.27%-
HSV(B)182.86º10.24%80.39%-
XYZ52.3857.7866.15-
YUV198.13131.87117.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.03%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=31.03%
G=34.40%
B=34.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842042050.100.0000.20182.8617.3676.27
HexB8CCCDA0014b7114c
Octal27031431512002426721114
Binary1011100011001100110011011010001010010110111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CCCD; }

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

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

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

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

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

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

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

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