Html Css Color HEX #B1CCCB Jungle Mist

📋 copy color: '#B1CCCB'

red 177 ◦ green 204 ◦ blue 203

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

Shades of Jungle Mist #B1CCCB

Tints of Jungle Mist #B1CCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.76%

R = 30.31%
G = 34.93%
B = 34.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#B1CCCB (or 0xB1CCCB) is known color: Jungle Mist. HEX triplet: B1, CC and CB. RGB value is (177,204,203). Sum of RGB (Red+Green+Blue) = 177+204+203=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCCB is #4E3334. Grayscale: #C3C3C3. Windows color (decimal): -5124917 or 13356209. OLE color: 13356209.

HSL color Cylindrical-coordinate representation of color #B1CCCB: hue angle of 177.78º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1CCCB is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 204 203 -
CMYK 0.13 0 0.00 0.2
HSL 177.78º 0.21% 0.75% -
HSV(B) 177.78º 0.13% 0.8% -
XYZ 50.5 56.84 64.81 -
YUV 195.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 177 204 203 0.13 0 0.00 0.2 177.78 0.21 0.75
Hex B1 CC CB D 0 0 14 B2 15 4B
Octal 261 314 313 15 0 0 24 262 25 113
Binary 10110001 11001100 11001011 1101 0 0 10100 10110010 10101 1001011

Color Harmonies of #B1CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CCCB

Black with #B1CCCB

Text Example


Text Example

White with #B1CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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