#B8CBCF

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

Shades of Jungle Mist #B8CBCF

Tints of Jungle Mist #B8CBCF

Color information

#B8CBCF (or 0xB8CBCF) is unknown color: approx Jungle Mist. HEX triplet: B8, CB and CF. RGB value is (184,203,207). Sum of RGB (Red+Green+Blue) = 184+203+207=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBCF is #473430. Grayscale: #C5C5C5. Windows color (decimal): -4666417 or 13618104. OLE color: 13618104.

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

Color convert

RGB184203207-
CMYK0.110.0200.19
HSL190.43º19.33%76.67%-
HSV(B)190.43º11.11%81.18%-
XYZ52.3957.4167.35-
YUV197.78133.21118.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.98%
GREEN value IS 203 (79.69% from 255) = 34.18%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=30.98%
G=34.18%
B=34.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842032070.110.0200.19190.4319.3376.67
HexB8CBCFB2013be134d
Octal27031331713202327623115
Binary10111000110010111100111110111001001110111110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CBCF; }

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

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

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

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

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

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

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

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