Html Css Color HEX #B7C6C8 Jungle Mist

📋 copy color: '#B7C6C8'

red 183 ◦ green 198 ◦ blue 200

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

Shades of Jungle Mist #B7C6C8

Tints of Jungle Mist #B7C6C8

RGB

 RED value IS 183 (71.88% from 255) = 31.5%

 GREEN value IS 198 (77.73% from 255) = 34.08%

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

R = 31.5%
G = 34.08%
B = 34.42%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B7C6C8 (or 0xB7C6C8) is known color: Jungle Mist. HEX triplet: B7, C6 and C8. RGB value is (183,198,200). Sum of RGB (Red+Green+Blue) = 183+198+200=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 198 (77.73% from 255 or 34.08% 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 #B7C6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C6C8 is #483937. Grayscale: #C1C1C1. Windows color (decimal): -4733240 or 13158071. OLE color: 13158071.

HSL color Cylindrical-coordinate representation of color #B7C6C8: hue angle of 187.06º 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 #B7C6C8 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 198 200 -
CMYK 0.08 0.01 0 0.22
HSL 187.06º 0.13% 0.75% -
HSV(B) 187.06º 0.08% 0.78% -
XYZ 50.15 54.63 62.54 -
YUV 193.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 183 198 200 0.08 0.01 0 0.22 187.06 0.13 0.75
Hex B7 C6 C8 8 1 0 16 BB D 4B
Octal 267 306 310 10 1 0 26 273 15 113
Binary 10110111 11000110 11001000 1000 1 0 10110 10111011 1101 1001011

Color Harmonies of #B7C6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C6C8

Black with #B7C6C8

Text Example


Text Example

White with #B7C6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C6C8; }

 p { color: rgb(183,198,200); }

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

background-color css

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

 a { background-color: rgb(183,198,200); }

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

border-color css

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

 span { border-color: rgb(183,198,200); }

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