Html Css Color HEX #B1CDA1 Pixie Green

📋 copy color: '#B1CDA1'

red 177 ◦ green 205 ◦ blue 161

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

Shades of Pixie Green #B1CDA1

Tints of Pixie Green #B1CDA1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.75%

 BLUE value IS 161 (63.28% from 255) = 29.65%

R = 32.6%
G = 37.75%
B = 29.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#B1CDA1 (or 0xB1CDA1) is known color: Pixie Green. HEX triplet: B1, CD and A1. RGB value is (177,205,161). Sum of RGB (Red+Green+Blue) = 177+205+161=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CDA1 is #4E325E. Grayscale: #BFBFBF. Windows color (decimal): -5124703 or 10603953. OLE color: 10603953.

HSL color Cylindrical-coordinate representation of color #B1CDA1: hue angle of 98.18º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1CDA1 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 205 161 -
CMYK 0.14 0 0.21 0.20
HSL 98.18º 0.31% 0.72% -
HSV(B) 98.18º 0.21% 0.8% -
XYZ 46.4 55.58 42 -
YUV 191.61 110.72 117.58 -
System Red Green Blue C M Y K H S L
Decimal 177 205 161 0.14 0 0.21 0.20 98.18 0.31 0.72
Hex B1 CD A1 E 0 15 14 62 1F 48
Octal 261 315 241 16 0 25 24 142 37 110
Binary 10110001 11001101 10100001 1110 0 10101 10100 1100010 11111 1001000

Color Harmonies of #B1CDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CDA1

Black with #B1CDA1

Text Example


Text Example

White with #B1CDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CDA1; }

 p { color: rgb(177,205,161); }

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

background-color css

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

 a { background-color: rgb(177,205,161); }

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

border-color css

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

 span { border-color: rgb(177,205,161); }

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