Html Css Color HEX #B8CECC Jungle Mist

📋 copy color: '#B8CECC'

red 184 ◦ green 206 ◦ blue 204

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

Shades of Jungle Mist #B8CECC

Tints of Jungle Mist #B8CECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.68%

 BLUE value IS 204 (80.08% from 255) = 34.34%

R = 30.98%
G = 34.68%
B = 34.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#B8CECC (or 0xB8CECC) is known color: Jungle Mist. HEX triplet: B8, CE and CC. RGB value is (184,206,204). Sum of RGB (Red+Green+Blue) = 184+206+204=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CECC is #473133. Grayscale: #C7C7C7. Windows color (decimal): -4665652 or 13422264. OLE color: 13422264.

HSL color Cylindrical-coordinate representation of color #B8CECC: hue angle of 174.55º degrees, saturation: 0.18, 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 #B8CECC is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 206 204 -
CMYK 0.11 0 0.01 0.19
HSL 174.55º 0.18% 0.76% -
HSV(B) 174.55º 0.11% 0.81% -
XYZ 52.74 58.69 65.68 -
YUV 199.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 184 206 204 0.11 0 0.01 0.19 174.55 0.18 0.76
Hex B8 CE CC B 0 1 13 AF 12 4C
Octal 270 316 314 13 0 1 23 257 22 114
Binary 10111000 11001110 11001100 1011 0 1 10011 10101111 10010 1001100

Color Harmonies of #B8CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CECC

Black with #B8CECC

Text Example


Text Example

White with #B8CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CECC; }

 p { color: rgb(184,206,204); }

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

background-color css

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

 a { background-color: rgb(184,206,204); }

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

border-color css

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

 span { border-color: rgb(184,206,204); }

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