Html Css Color HEX #B5C8C6 Jungle Mist

📋 copy color: '#B5C8C6'

red 181 ◦ green 200 ◦ blue 198

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

Shades of Jungle Mist #B5C8C6

Tints of Jungle Mist #B5C8C6

RGB

 RED value IS 181 (71.09% from 255) = 31.26%

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

 BLUE value IS 198 (77.73% from 255) = 34.2%

R = 31.26%
G = 34.54%
B = 34.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#B5C8C6 (or 0xB5C8C6) is known color: Jungle Mist. HEX triplet: B5, C8 and C6. RGB value is (181,200,198). Sum of RGB (Red+Green+Blue) = 181+200+198=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C8C6 is #4A3739. Grayscale: #C2C2C2. Windows color (decimal): -4863802 or 13027509. OLE color: 13027509.

HSL color Cylindrical-coordinate representation of color #B5C8C6: hue angle of 173.68º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5C8C6 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 200 198 -
CMYK 0.09 0 0.01 0.22
HSL 173.68º 0.15% 0.75% -
HSV(B) 173.68º 0.1% 0.78% -
XYZ 49.9 55.21 61.45 -
YUV 194.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 181 200 198 0.09 0 0.01 0.22 173.68 0.15 0.75
Hex B5 C8 C6 9 0 1 16 AE F 4B
Octal 265 310 306 11 0 1 26 256 17 113
Binary 10110101 11001000 11000110 1001 0 1 10110 10101110 1111 1001011

Color Harmonies of #B5C8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C8C6

Black with #B5C8C6

Text Example


Text Example

White with #B5C8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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