Html Css Color HEX #BCCFAB Pixie Green

📋 copy color: '#BCCFAB'

red 188 ◦ green 207 ◦ blue 171

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

Shades of Pixie Green #BCCFAB

Tints of Pixie Green #BCCFAB

RGB

 RED value IS 188 (73.83% from 255) = 33.22%

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

 BLUE value IS 171 (67.19% from 255) = 30.21%

R = 33.22%
G = 36.57%
B = 30.21%

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

#BCCFAB (or 0xBCCFAB) is known color: Pixie Green. HEX triplet: BC, CF and AB. RGB value is (188,207,171). Sum of RGB (Red+Green+Blue) = 188+207+171=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCFAB is #433054. Grayscale: #C5C5C5. Windows color (decimal): -4403285 or 11259836. OLE color: 11259836.

HSL color Cylindrical-coordinate representation of color #BCCFAB: hue angle of 91.67º 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 #BCCFAB is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 171 -
CMYK 0.09 0 0.17 0.19
HSL 91.67º 0.27% 0.74% -
HSV(B) 91.67º 0.17% 0.81% -
XYZ 50.4 58.26 47.12 -
YUV 197.22 113.21 121.43 -
System Red Green Blue C M Y K H S L
Decimal 188 207 171 0.09 0 0.17 0.19 91.67 0.27 0.74
Hex BC CF AB 9 0 11 13 5C 1B 4A
Octal 274 317 253 11 0 21 23 134 33 112
Binary 10111100 11001111 10101011 1001 0 10001 10011 1011100 11011 1001010

Color Harmonies of #BCCFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFAB

Black with #BCCFAB

Text Example


Text Example

White with #BCCFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFAB; }

 p { color: rgb(188,207,171); }

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

background-color css

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

 a { background-color: rgb(188,207,171); }

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

border-color css

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

 span { border-color: rgb(188,207,171); }

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