Html Css Color HEX #B1CCCF Jungle Mist

📋 copy color: '#B1CCCF'

red 177 ◦ green 204 ◦ blue 207

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

Shades of Jungle Mist #B1CCCF

Tints of Jungle Mist #B1CCCF

RGB

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

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

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

R = 30.1%
G = 34.69%
B = 35.2%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B1CCCF (or 0xB1CCCF) is known color: Jungle Mist. HEX triplet: B1, CC and CF. RGB value is (177,204,207). Sum of RGB (Red+Green+Blue) = 177+204+207=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1CCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCCF is #4E3330. Grayscale: #C4C4C4. Windows color (decimal): -5124913 or 13618353. OLE color: 13618353.

HSL color Cylindrical-coordinate representation of color #B1CCCF: hue angle of 186º 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 #B1CCCF is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 204 207 -
CMYK 0.14 0.01 0 0.19
HSL 186º 0.24% 0.75% -
HSV(B) 186º 0.14% 0.81% -
XYZ 50.99 57.04 67.35 -
YUV 196.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 177 204 207 0.14 0.01 0 0.19 186 0.24 0.75
Hex B1 CC CF E 1 0 13 BA 18 4B
Octal 261 314 317 16 1 0 23 272 30 113
Binary 10110001 11001100 11001111 1110 1 0 10011 10111010 11000 1001011

Color Harmonies of #B1CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CCCF

Black with #B1CCCF

Text Example


Text Example

White with #B1CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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