Html Css Color HEX #BDCFAC Pixie Green

📋 copy color: '#BDCFAC'

red 189 ◦ green 207 ◦ blue 172

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

Shades of Pixie Green #BDCFAC

Tints of Pixie Green #BDCFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.28%

R = 33.27%
G = 36.44%
B = 30.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#BDCFAC (or 0xBDCFAC) is known color: Pixie Green. HEX triplet: BD, CF and AC. RGB value is (189,207,172). Sum of RGB (Red+Green+Blue) = 189+207+172=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCFAC is #423053. Grayscale: #C5C5C5. Windows color (decimal): -4337748 or 11325373. OLE color: 11325373.

HSL color Cylindrical-coordinate representation of color #BDCFAC: hue angle of 90.86º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDCFAC is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 172 -
CMYK 0.09 0 0.17 0.19
HSL 90.86º 0.27% 0.74% -
HSV(B) 90.86º 0.17% 0.81% -
XYZ 50.75 58.42 47.63 -
YUV 197.63 113.54 121.85 -
System Red Green Blue C M Y K H S L
Decimal 189 207 172 0.09 0 0.17 0.19 90.86 0.27 0.74
Hex BD CF AC 9 0 11 13 5B 1B 4A
Octal 275 317 254 11 0 21 23 133 33 112
Binary 10111101 11001111 10101100 1001 0 10001 10011 1011011 11011 1001010

Color Harmonies of #BDCFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCFAC

Black with #BDCFAC

Text Example


Text Example

White with #BDCFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCFAC; }

 p { color: rgb(189,207,172); }

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

background-color css

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

 a { background-color: rgb(189,207,172); }

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

border-color css

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

 span { border-color: rgb(189,207,172); }

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