#B7CDCE

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

Shades of Jungle Mist #B7CDCE

Tints of Jungle Mist #B7CDCE

Color information

#B7CDCE (or 0xB7CDCE) is unknown color: approx Jungle Mist. HEX triplet: B7, CD and CE. RGB value is (183,205,206). Sum of RGB (Red+Green+Blue) = 183+205+206=594 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.81% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7CDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDCE is #483231. Grayscale: #C6C6C6. Windows color (decimal): -4731442 or 13553079. OLE color: 13553079.

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

Color convert

RGB183205206-
CMYK0.110.0000.19
HSL182.61º19.01%76.27%-
HSV(B)182.61º11.17%80.78%-
XYZ52.558.1966.86-
YUV198.54132.21116.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.81%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=30.81%
G=34.51%
B=34.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832052060.110.0000.19182.6119.0176.27
HexB7CDCEB0013b7134c
Octal26731531613002326723114
Binary1011011111001101110011101011001001110110111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CDCE; }

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

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

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

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

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

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

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

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