Html Css Color HEX #B5CFD1 Jungle Mist

📋 copy color: '#B5CFD1'

red 181 ◦ green 207 ◦ blue 209

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

Shades of Jungle Mist #B5CFD1

Tints of Jungle Mist #B5CFD1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.67%

 BLUE value IS 209 (82.03% from 255) = 35.01%

R = 30.32%
G = 34.67%
B = 35.01%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B5CFD1 (or 0xB5CFD1) is known color: Jungle Mist. HEX triplet: B5, CF and D1. RGB value is (181,207,209). Sum of RGB (Red+Green+Blue) = 181+207+209=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 209 - color contains mainly: blue. Hex color #B5CFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFD1 is #4A302E. Grayscale: #C7C7C7. Windows color (decimal): -4861999 or 13750197. OLE color: 13750197.

HSL color Cylindrical-coordinate representation of color #B5CFD1: hue angle of 184.29º degrees, saturation: 0.23, 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 #B5CFD1 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 207 209 -
CMYK 0.13 0.01 0 0.18
HSL 184.29º 0.23% 0.76% -
HSV(B) 184.29º 0.13% 0.82% -
XYZ 52.88 59.05 68.93 -
YUV 199.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 181 207 209 0.13 0.01 0 0.18 184.29 0.23 0.76
Hex B5 CF D1 D 1 0 12 B8 17 4C
Octal 265 317 321 15 1 0 22 270 27 114
Binary 10110101 11001111 11010001 1101 1 0 10010 10111000 10111 1001100

Color Harmonies of #B5CFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CFD1

Black with #B5CFD1

Text Example


Text Example

White with #B5CFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CFD1; }

 p { color: rgb(181,207,209); }

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

background-color css

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

 a { background-color: rgb(181,207,209); }

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

border-color css

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

 span { border-color: rgb(181,207,209); }

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