Html Css Color HEX #BFACE6 Moon Raker

📋 copy color: '#BFACE6'

red 191 ◦ green 172 ◦ blue 230

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

Shades of Moon Raker #BFACE6

Tints of Moon Raker #BFACE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.79%

R = 32.21%
G = 29.01%
B = 38.79%

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

#BFACE6 (or 0xBFACE6) is known color: Moon Raker. HEX triplet: BF, AC and E6. RGB value is (191,172,230). Sum of RGB (Red+Green+Blue) = 191+172+230=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFACE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACE6 is #405319. Grayscale: #B8B8B8. Windows color (decimal): -4215578 or 15117503. OLE color: 15117503.

HSL color Cylindrical-coordinate representation of color #BFACE6: hue angle of 259.66º degrees, saturation: 0.54, 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 #BFACE6 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 172 230 -
CMYK 0.17 0.25 0 0.10
HSL 259.66º 0.54% 0.79% -
HSV(B) 259.66º 0.25% 0.9% -
XYZ 50.52 46.29 81.14 -
YUV 184.29 153.79 132.78 -
System Red Green Blue C M Y K H S L
Decimal 191 172 230 0.17 0.25 0 0.10 259.66 0.54 0.79
Hex BF AC E6 11 19 0 A 104 36 4F
Octal 277 254 346 21 31 0 12 404 66 117
Binary 10111111 10101100 11100110 10001 11001 0 1010 100000100 110110 1001111

Color Harmonies of #BFACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACE6

Black with #BFACE6

Text Example


Text Example

White with #BFACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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