Html Css Color HEX #BBCFAF Pixie Green

📋 copy color: '#BBCFAF'

red 187 ◦ green 207 ◦ blue 175

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

Shades of Pixie Green #BBCFAF

Tints of Pixie Green #BBCFAF

RGB

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

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

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

R = 32.86%
G = 36.38%
B = 30.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#BBCFAF (or 0xBBCFAF) is known color: Pixie Green. HEX triplet: BB, CF and AF. RGB value is (187,207,175). Sum of RGB (Red+Green+Blue) = 187+207+175=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCFAF is #443050. Grayscale: #C5C5C5. Windows color (decimal): -4468817 or 11521979. OLE color: 11521979.

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

Color convert

RGB 187 207 175 -
CMYK 0.10 0 0.15 0.19
HSL 97.5º 0.25% 0.75% -
HSV(B) 97.5º 0.15% 0.81% -
XYZ 50.54 58.29 49.14 -
YUV 197.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 187 207 175 0.10 0 0.15 0.19 97.5 0.25 0.75
Hex BB CF AF A 0 F 13 62 19 4B
Octal 273 317 257 12 0 17 23 142 31 113
Binary 10111011 11001111 10101111 1010 0 1111 10011 1100010 11001 1001011

Color Harmonies of #BBCFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFAF

Black with #BBCFAF

Text Example


Text Example

White with #BBCFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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