Html Css Color HEX #B5CCD0 Jungle Mist

📋 copy color: '#B5CCD0'

red 181 ◦ green 204 ◦ blue 208

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

Shades of Jungle Mist #B5CCD0

Tints of Jungle Mist #B5CCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.08%

R = 30.52%
G = 34.4%
B = 35.08%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B5CCD0 (or 0xB5CCD0) is known color: Jungle Mist. HEX triplet: B5, CC and D0. RGB value is (181,204,208). Sum of RGB (Red+Green+Blue) = 181+204+208=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #B5CCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCD0 is #4A332F. Grayscale: #C5C5C5. Windows color (decimal): -4862768 or 13683893. OLE color: 13683893.

HSL color Cylindrical-coordinate representation of color #B5CCD0: hue angle of 188.89º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5CCD0 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 204 208 -
CMYK 0.13 0.02 0 0.18
HSL 188.89º 0.22% 0.76% -
HSV(B) 188.89º 0.13% 0.82% -
XYZ 52.03 57.56 68.04 -
YUV 197.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 181 204 208 0.13 0.02 0 0.18 188.89 0.22 0.76
Hex B5 CC D0 D 2 0 12 BD 16 4C
Octal 265 314 320 15 2 0 22 275 26 114
Binary 10110101 11001100 11010000 1101 10 0 10010 10111101 10110 1001100

Color Harmonies of #B5CCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CCD0

Black with #B5CCD0

Text Example


Text Example

White with #B5CCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CCD0; }

 p { color: rgb(181,204,208); }

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

background-color css

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

 a { background-color: rgb(181,204,208); }

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

border-color css

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

 span { border-color: rgb(181,204,208); }

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