Html Css Color HEX #BFACE5 Moon Raker

📋 copy color: '#BFACE5'

red 191 ◦ green 172 ◦ blue 229

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

Shades of Moon Raker #BFACE5

Tints of Moon Raker #BFACE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.68%

R = 32.26%
G = 29.05%
B = 38.68%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFACE5 (or 0xBFACE5) is known color: Moon Raker. HEX triplet: BF, AC and E5. RGB value is (191,172,229). Sum of RGB (Red+Green+Blue) = 191+172+229=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACE5 is #40531A. Grayscale: #B7B7B7. Windows color (decimal): -4215579 or 15051967. OLE color: 15051967.

HSL color Cylindrical-coordinate representation of color #BFACE5: hue angle of 260º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFACE5 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 172 229 -
CMYK 0.17 0.25 0 0.10
HSL 260º 0.52% 0.79% -
HSV(B) 260º 0.25% 0.9% -
XYZ 50.38 46.24 80.4 -
YUV 184.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 191 172 229 0.17 0.25 0 0.10 260 0.52 0.79
Hex BF AC E5 11 19 0 A 104 34 4F
Octal 277 254 345 21 31 0 12 404 64 117
Binary 10111111 10101100 11100101 10001 11001 0 1010 100000100 110100 1001111

Color Harmonies of #BFACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACE5

Black with #BFACE5

Text Example


Text Example

White with #BFACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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