#B7CBCA

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

Shades of Jungle Mist #B7CBCA

Tints of Jungle Mist #B7CBCA

Color information

#B7CBCA (or 0xB7CBCA) is unknown color: approx Jungle Mist. HEX triplet: B7, CB and CA. RGB value is (183,203,202). Sum of RGB (Red+Green+Blue) = 183+203+202=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBCA is #483435. Grayscale: #C4C4C4. Windows color (decimal): -4731958 or 13290423. OLE color: 13290423.

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

Color convert

RGB183203202-
CMYK0.1000.000.20
HSL177º16.13%75.69%-
HSV(B)177º9.85%79.61%-
XYZ51.5557.0464.17-
YUV196.91130.87118.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.12%
GREEN value IS 203 (79.69% from 255) = 34.52%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=31.12%
G=34.52%
B=34.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832032020.1000.000.2017716.1375.69
HexB7CBCAA0014b1104c
Octal26731331212002426120114
Binary1011011111001011110010101010001010010110001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CBCA; }

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

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

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

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

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

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

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

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