Html Css Color HEX #B8CCCB Jungle Mist

📋 copy color: '#B8CCCB'

red 184 ◦ green 204 ◦ blue 203

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

Shades of Jungle Mist #B8CCCB

Tints of Jungle Mist #B8CCCB

RGB

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

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

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

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

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

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

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

Color convert

RGB 184 204 203 -
CMYK 0.10 0 0.00 0.2
HSL 177º 0.16% 0.76% -
HSV(B) 177º 0.1% 0.8% -
XYZ 52.14 57.69 64.89 -
YUV 197.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 184 204 203 0.10 0 0.00 0.2 177 0.16 0.76
Hex B8 CC CB A 0 0 14 B1 10 4C
Octal 270 314 313 12 0 0 24 261 20 114
Binary 10111000 11001100 11001011 1010 0 0 10100 10110001 10000 1001100

Color Harmonies of #B8CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CCCB

Black with #B8CCCB

Text Example


Text Example

White with #B8CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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