Html Css Color HEX #BFACE1 Moon Raker

📋 copy color: '#BFACE1'

red 191 ◦ green 172 ◦ blue 225

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

Shades of Moon Raker #BFACE1

Tints of Moon Raker #BFACE1

RGB

 RED value IS 191 (75% from 255) = 32.48%

 GREEN value IS 172 (67.58% from 255) = 29.25%

 BLUE value IS 225 (88.28% from 255) = 38.27%

R = 32.48%
G = 29.25%
B = 38.27%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFACE1 (or 0xBFACE1) is known color: Moon Raker. HEX triplet: BF, AC and E1. RGB value is (191,172,225). Sum of RGB (Red+Green+Blue) = 191+172+225=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACE1 is #40531E. Grayscale: #B7B7B7. Windows color (decimal): -4215583 or 14789823. OLE color: 14789823.

HSL color Cylindrical-coordinate representation of color #BFACE1: hue angle of 261.51º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFACE1 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 172 225 -
CMYK 0.15 0.24 0 0.12
HSL 261.51º 0.47% 0.78% -
HSV(B) 261.51º 0.24% 0.88% -
XYZ 49.83 46.02 77.49 -
YUV 183.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 191 172 225 0.15 0.24 0 0.12 261.51 0.47 0.78
Hex BF AC E1 F 18 0 C 106 2F 4E
Octal 277 254 341 17 30 0 14 406 57 116
Binary 10111111 10101100 11100001 1111 11000 0 1100 100000110 101111 1001110

Color Harmonies of #BFACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACE1

Black with #BFACE1

Text Example


Text Example

White with #BFACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACE1; }

 p { color: rgb(191,172,225); }

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

background-color css

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

 a { background-color: rgb(191,172,225); }

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

border-color css

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

 span { border-color: rgb(191,172,225); }

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