Html Css Color HEX #BFAEE1 Moon Raker

📋 copy color: '#BFAEE1'

red 191 ◦ green 174 ◦ blue 225

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

Shades of Moon Raker #BFAEE1

Tints of Moon Raker #BFAEE1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.49%

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

R = 32.37%
G = 29.49%
B = 38.14%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFAEE1 (or 0xBFAEE1) is known color: Moon Raker. HEX triplet: BF, AE and E1. RGB value is (191,174,225). Sum of RGB (Red+Green+Blue) = 191+174+225=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEE1 is #40511E. Grayscale: #B8B8B8. Windows color (decimal): -4215071 or 14790335. OLE color: 14790335.

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

Color convert

RGB 191 174 225 -
CMYK 0.15 0.23 0 0.12
HSL 260º 0.46% 0.78% -
HSV(B) 260º 0.23% 0.88% -
XYZ 50.21 46.78 77.62 -
YUV 184.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 191 174 225 0.15 0.23 0 0.12 260 0.46 0.78
Hex BF AE E1 F 17 0 C 104 2E 4E
Octal 277 256 341 17 27 0 14 404 56 116
Binary 10111111 10101110 11100001 1111 10111 0 1100 100000100 101110 1001110

Color Harmonies of #BFAEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEE1

Black with #BFAEE1

Text Example


Text Example

White with #BFAEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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