Html Css Color HEX #B0CDA3 Pixie Green

📋 copy color: '#B0CDA3'

red 176 ◦ green 205 ◦ blue 163

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

Shades of Pixie Green #B0CDA3

Tints of Pixie Green #B0CDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 29.96%

R = 32.35%
G = 37.68%
B = 29.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#B0CDA3 (or 0xB0CDA3) is known color: Pixie Green. HEX triplet: B0, CD and A3. RGB value is (176,205,163). Sum of RGB (Red+Green+Blue) = 176+205+163=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 163 (64.06% from 255 or 29.96% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CDA3 is #4F325C. Grayscale: #BFBFBF. Windows color (decimal): -5190237 or 10735024. OLE color: 10735024.

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

Color convert

RGB 176 205 163 -
CMYK 0.14 0 0.20 0.20
HSL 101.43º 0.3% 0.72% -
HSV(B) 101.43º 0.2% 0.8% -
XYZ 46.35 55.54 42.93 -
YUV 191.54 111.89 116.92 -
System Red Green Blue C M Y K H S L
Decimal 176 205 163 0.14 0 0.20 0.20 101.43 0.3 0.72
Hex B0 CD A3 E 0 14 14 65 1E 48
Octal 260 315 243 16 0 24 24 145 36 110
Binary 10110000 11001101 10100011 1110 0 10100 10100 1100101 11110 1001000

Color Harmonies of #B0CDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CDA3

Black with #B0CDA3

Text Example


Text Example

White with #B0CDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CDA3; }

 p { color: rgb(176,205,163); }

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

background-color css

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

 a { background-color: rgb(176,205,163); }

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

border-color css

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

 span { border-color: rgb(176,205,163); }

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