Html Css Color HEX #B1CACF Jungle Mist

📋 copy color: '#B1CACF'

red 177 ◦ green 202 ◦ blue 207

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

Shades of Jungle Mist #B1CACF

Tints of Jungle Mist #B1CACF

RGB

 RED value IS 177 (69.53% from 255) = 30.2%

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

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

R = 30.2%
G = 34.47%
B = 35.32%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B1CACF (or 0xB1CACF) is known color: Jungle Mist. HEX triplet: B1, CA and CF. RGB value is (177,202,207). Sum of RGB (Red+Green+Blue) = 177+202+207=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1CACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CACF is #4E3530. Grayscale: #C3C3C3. Windows color (decimal): -5125425 or 13617841. OLE color: 13617841.

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

Color convert

RGB 177 202 207 -
CMYK 0.14 0.02 0 0.19
HSL 190º 0.24% 0.75% -
HSV(B) 190º 0.14% 0.81% -
XYZ 50.51 56.09 67.2 -
YUV 195.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 177 202 207 0.14 0.02 0 0.19 190 0.24 0.75
Hex B1 CA CF E 2 0 13 BE 18 4B
Octal 261 312 317 16 2 0 23 276 30 113
Binary 10110001 11001010 11001111 1110 10 0 10011 10111110 11000 1001011

Color Harmonies of #B1CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CACF

Black with #B1CACF

Text Example


Text Example

White with #B1CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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