Html Css Color HEX #BBCFAD Pixie Green

📋 copy color: '#BBCFAD'

red 187 ◦ green 207 ◦ blue 173

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

Shades of Pixie Green #BBCFAD

Tints of Pixie Green #BBCFAD

RGB

 RED value IS 187 (73.44% from 255) = 32.98%

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

 BLUE value IS 173 (67.97% from 255) = 30.51%

R = 32.98%
G = 36.51%
B = 30.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#BBCFAD (or 0xBBCFAD) is known color: Pixie Green. HEX triplet: BB, CF and AD. RGB value is (187,207,173). Sum of RGB (Red+Green+Blue) = 187+207+173=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCFAD is #443052. Grayscale: #C5C5C5. Windows color (decimal): -4468819 or 11390907. OLE color: 11390907.

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

Color convert

RGB 187 207 173 -
CMYK 0.10 0 0.16 0.19
HSL 95.29º 0.26% 0.75% -
HSV(B) 95.29º 0.16% 0.81% -
XYZ 50.35 58.21 48.12 -
YUV 197.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 187 207 173 0.10 0 0.16 0.19 95.29 0.26 0.75
Hex BB CF AD A 0 10 13 5F 1A 4B
Octal 273 317 255 12 0 20 23 137 32 113
Binary 10111011 11001111 10101101 1010 0 10000 10011 1011111 11010 1001011

Color Harmonies of #BBCFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFAD

Black with #BBCFAD

Text Example


Text Example

White with #BBCFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFAD; }

 p { color: rgb(187,207,173); }

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

background-color css

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

 a { background-color: rgb(187,207,173); }

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

border-color css

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

 span { border-color: rgb(187,207,173); }

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