Html Css Color HEX #B8CBCC Jungle Mist

📋 copy color: '#B8CBCC'

red 184 ◦ green 203 ◦ blue 204

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

Shades of Jungle Mist #B8CBCC

Tints of Jungle Mist #B8CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.35%

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

R = 31.13%
G = 34.35%
B = 34.52%

CMYK

 C value IS 0.10

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B8CBCC (or 0xB8CBCC) is known color: Jungle Mist. HEX triplet: B8, CB and CC. RGB value is (184,203,204). Sum of RGB (Red+Green+Blue) = 184+203+204=591 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.13% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBCC is #473433. Grayscale: #C5C5C5. Windows color (decimal): -4666420 or 13421496. OLE color: 13421496.

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

Color convert

RGB 184 203 204 -
CMYK 0.10 0.00 0 0.2
HSL 183º 0.16% 0.76% -
HSV(B) 183º 0.1% 0.8% -
XYZ 52.02 57.26 65.44 -
YUV 197.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 184 203 204 0.10 0.00 0 0.2 183 0.16 0.76
Hex B8 CB CC A 0 0 14 B7 10 4C
Octal 270 313 314 12 0 0 24 267 20 114
Binary 10111000 11001011 11001100 1010 0 0 10100 10110111 10000 1001100

Color Harmonies of #B8CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CBCC

Black with #B8CBCC

Text Example


Text Example

White with #B8CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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