Html Css Color HEX #B8C5C8 Jungle Mist

📋 copy color: '#B8C5C8'

red 184 ◦ green 197 ◦ blue 200

#B8C5C8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #B8C5C8

Tints of Jungle Mist #B8C5C8

RGB

 RED value IS 184 (72.27% from 255) = 31.67%

 GREEN value IS 197 (77.34% from 255) = 33.91%

 BLUE value IS 200 (78.52% from 255) = 34.42%

R = 31.67%
G = 33.91%
B = 34.42%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B8C5C8 (or 0xB8C5C8) is known color: Jungle Mist. HEX triplet: B8, C5 and C8. RGB value is (184,197,200). Sum of RGB (Red+Green+Blue) = 184+197+200=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 200 - color contains mainly: blue. Hex color #B8C5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C5C8 is #473A37. Grayscale: #C1C1C1. Windows color (decimal): -4667960 or 13157816. OLE color: 13157816.

HSL color Cylindrical-coordinate representation of color #B8C5C8: hue angle of 191.25º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B8C5C8 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 197 200 -
CMYK 0.08 0.02 0 0.22
HSL 191.25º 0.13% 0.75% -
HSV(B) 191.25º 0.08% 0.78% -
XYZ 50.16 54.29 62.48 -
YUV 193.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 184 197 200 0.08 0.02 0 0.22 191.25 0.13 0.75
Hex B8 C5 C8 8 2 0 16 BF D 4B
Octal 270 305 310 10 2 0 26 277 15 113
Binary 10111000 11000101 11001000 1000 10 0 10110 10111111 1101 1001011

Color Harmonies of #B8C5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C5C8

Black with #B8C5C8

Text Example


Text Example

White with #B8C5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C5C8; }

 p { color: rgb(184,197,200); }

 H1.HeaderClassName
 {
   color: #B8C5C8;
 }
 .AnyTagClassName
 {
   color: #B8C5C8;
 }
</style>

background-color css

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

 a { background-color: rgb(184,197,200); }

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

border-color css

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

 span { border-color: rgb(184,197,200); }

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