#B7CBCF

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

Shades of Jungle Mist #B7CBCF

Tints of Jungle Mist #B7CBCF

Color information

#B7CBCF (or 0xB7CBCF) is unknown color: approx Jungle Mist. HEX triplet: B7, CB and CF. RGB value is (183,203,207). Sum of RGB (Red+Green+Blue) = 183+203+207=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBCF is #483430. Grayscale: #C5C5C5. Windows color (decimal): -4731953 or 13618103. OLE color: 13618103.

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

Color convert

RGB183203207-
CMYK0.120.0200.19
HSL190º20%76.47%-
HSV(B)190º11.59%81.18%-
XYZ52.1557.2867.34-
YUV197.48133.37117.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.86%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 207 (81.25% from 255) = 34.91%
R=30.86%
G=34.23%
B=34.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832032070.120.0200.191902076.47
HexB7CBCFC2013be144c
Octal26731331714202327624114
Binary10110111110010111100111111001001001110111110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CBCF; }

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

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

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

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

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

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

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

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