Html Css Color HEX #B5CACF Jungle Mist

📋 copy color: '#B5CACF'

red 181 ◦ green 202 ◦ blue 207

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

Shades of Jungle Mist #B5CACF

Tints of Jungle Mist #B5CACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.24%

 BLUE value IS 207 (81.25% from 255) = 35.08%

R = 30.68%
G = 34.24%
B = 35.08%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B5CACF (or 0xB5CACF) is known color: Jungle Mist. HEX triplet: B5, CA and CF. RGB value is (181,202,207). Sum of RGB (Red+Green+Blue) = 181+202+207=590 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.68% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5CACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CACF is #4A3530. Grayscale: #C4C4C4. Windows color (decimal): -4863281 or 13617845. OLE color: 13617845.

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

Color convert

RGB 181 202 207 -
CMYK 0.13 0.02 0 0.19
HSL 191.54º 0.21% 0.76% -
HSV(B) 191.54º 0.13% 0.81% -
XYZ 51.44 56.57 67.24 -
YUV 196.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 181 202 207 0.13 0.02 0 0.19 191.54 0.21 0.76
Hex B5 CA CF D 2 0 13 C0 15 4C
Octal 265 312 317 15 2 0 23 300 25 114
Binary 10110101 11001010 11001111 1101 10 0 10011 11000000 10101 1001100

Color Harmonies of #B5CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CACF

Black with #B5CACF

Text Example


Text Example

White with #B5CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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