Html Css Color HEX #BDD1AF Pixie Green

📋 copy color: '#BDD1AF'

red 189 ◦ green 209 ◦ blue 175

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

Shades of Pixie Green #BDD1AF

Tints of Pixie Green #BDD1AF

RGB

 RED value IS 189 (74.22% from 255) = 32.98%

 GREEN value IS 209 (82.03% from 255) = 36.47%

 BLUE value IS 175 (68.75% from 255) = 30.54%

R = 32.98%
G = 36.47%
B = 30.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#BDD1AF (or 0xBDD1AF) is known color: Pixie Green. HEX triplet: BD, D1 and AF. RGB value is (189,209,175). Sum of RGB (Red+Green+Blue) = 189+209+175=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD1AF is #422E50. Grayscale: #C7C7C7. Windows color (decimal): -4337233 or 11522493. OLE color: 11522493.

HSL color Cylindrical-coordinate representation of color #BDD1AF: hue angle of 95.29º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDD1AF is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 175 -
CMYK 0.10 0 0.16 0.18
HSL 95.29º 0.27% 0.75% -
HSV(B) 95.29º 0.16% 0.82% -
XYZ 51.52 59.51 49.33 -
YUV 199.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 189 209 175 0.10 0 0.16 0.18 95.29 0.27 0.75
Hex BD D1 AF A 0 10 12 5F 1B 4B
Octal 275 321 257 12 0 20 22 137 33 113
Binary 10111101 11010001 10101111 1010 0 10000 10010 1011111 11011 1001011

Color Harmonies of #BDD1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD1AF

Black with #BDD1AF

Text Example


Text Example

White with #BDD1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD1AF; }

 p { color: rgb(189,209,175); }

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

background-color css

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

 a { background-color: rgb(189,209,175); }

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

border-color css

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

 span { border-color: rgb(189,209,175); }

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