Html Css Color HEX #BFACE3 Moon Raker

📋 copy color: '#BFACE3'

red 191 ◦ green 172 ◦ blue 227

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

Shades of Moon Raker #BFACE3

Tints of Moon Raker #BFACE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.47%

R = 32.37%
G = 29.15%
B = 38.47%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BFACE3 (or 0xBFACE3) is known color: Moon Raker. HEX triplet: BF, AC and E3. RGB value is (191,172,227). Sum of RGB (Red+Green+Blue) = 191+172+227=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 227 (89.06% from 255 or 38.47% from 590); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACE3 is #40531C. Grayscale: #B7B7B7. Windows color (decimal): -4215581 or 14920895. OLE color: 14920895.

HSL color Cylindrical-coordinate representation of color #BFACE3: hue angle of 260.73º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFACE3 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 172 227 -
CMYK 0.16 0.24 0 0.11
HSL 260.73º 0.5% 0.78% -
HSV(B) 260.73º 0.24% 0.89% -
XYZ 50.1 46.13 78.94 -
YUV 183.95 152.29 133.03 -
System Red Green Blue C M Y K H S L
Decimal 191 172 227 0.16 0.24 0 0.11 260.73 0.5 0.78
Hex BF AC E3 10 18 0 B 105 32 4E
Octal 277 254 343 20 30 0 13 405 62 116
Binary 10111111 10101100 11100011 10000 11000 0 1011 100000101 110010 1001110

Color Harmonies of #BFACE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACE3

Black with #BFACE3

Text Example


Text Example

White with #BFACE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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