Html Css Color HEX #B8C8CB Jungle Mist

📋 copy color: '#B8C8CB'

red 184 ◦ green 200 ◦ blue 203

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

Shades of Jungle Mist #B8C8CB

Tints of Jungle Mist #B8C8CB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.07%

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

R = 31.35%
G = 34.07%
B = 34.58%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B8C8CB (or 0xB8C8CB) is known color: Jungle Mist. HEX triplet: B8, C8 and CB. RGB value is (184,200,203). Sum of RGB (Red+Green+Blue) = 184+200+203=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8C8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C8CB is #473734. Grayscale: #C3C3C3. Windows color (decimal): -4667189 or 13355192. OLE color: 13355192.

HSL color Cylindrical-coordinate representation of color #B8C8CB: hue angle of 189.47º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8C8CB is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 200 203 -
CMYK 0.09 0.01 0 0.20
HSL 189.47º 0.15% 0.76% -
HSV(B) 189.47º 0.09% 0.8% -
XYZ 51.2 55.81 64.57 -
YUV 195.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 184 200 203 0.09 0.01 0 0.20 189.47 0.15 0.76
Hex B8 C8 CB 9 1 0 14 BD F 4C
Octal 270 310 313 11 1 0 24 275 17 114
Binary 10111000 11001000 11001011 1001 1 0 10100 10111101 1111 1001100

Color Harmonies of #B8C8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C8CB

Black with #B8C8CB

Text Example


Text Example

White with #B8C8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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