Html Css Color HEX #B0CFA1 Pixie Green

📋 copy color: '#B0CFA1'

red 176 ◦ green 207 ◦ blue 161

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

Shades of Pixie Green #B0CFA1

Tints of Pixie Green #B0CFA1

RGB

 RED value IS 176 (69.14% from 255) = 32.35%

 GREEN value IS 207 (81.25% from 255) = 38.05%

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

R = 32.35%
G = 38.05%
B = 29.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#B0CFA1 (or 0xB0CFA1) is known color: Pixie Green. HEX triplet: B0, CF and A1. RGB value is (176,207,161). Sum of RGB (Red+Green+Blue) = 176+207+161=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CFA1 is #4F305E. Grayscale: #C0C0C0. Windows color (decimal): -5189727 or 10604464. OLE color: 10604464.

HSL color Cylindrical-coordinate representation of color #B0CFA1: hue angle of 100.43º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0CFA1 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 207 161 -
CMYK 0.15 0 0.22 0.19
HSL 100.43º 0.32% 0.72% -
HSV(B) 100.43º 0.22% 0.81% -
XYZ 46.65 56.43 42.15 -
YUV 192.49 110.23 116.24 -
System Red Green Blue C M Y K H S L
Decimal 176 207 161 0.15 0 0.22 0.19 100.43 0.32 0.72
Hex B0 CF A1 F 0 16 13 64 20 48
Octal 260 317 241 17 0 26 23 144 40 110
Binary 10110000 11001111 10100001 1111 0 10110 10011 1100100 100000 1001000

Color Harmonies of #B0CFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CFA1

Black with #B0CFA1

Text Example


Text Example

White with #B0CFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CFA1; }

 p { color: rgb(176,207,161); }

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

background-color css

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

 a { background-color: rgb(176,207,161); }

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

border-color css

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

 span { border-color: rgb(176,207,161); }

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