Html Css Color HEX #BFAAE9 Moon Raker

📋 copy color: '#BFAAE9'

red 191 ◦ green 170 ◦ blue 233

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

Shades of Moon Raker #BFAAE9

Tints of Moon Raker #BFAAE9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.62%

 BLUE value IS 233 (91.41% from 255) = 39.23%

R = 32.15%
G = 28.62%
B = 39.23%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFAAE9 (or 0xBFAAE9) is known color: Moon Raker. HEX triplet: BF, AA and E9. RGB value is (191,170,233). Sum of RGB (Red+Green+Blue) = 191+170+233=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFAAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAAE9 is #405516. Grayscale: #B7B7B7. Windows color (decimal): -4216087 or 15313599. OLE color: 15313599.

HSL color Cylindrical-coordinate representation of color #BFAAE9: hue angle of 260º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFAAE9 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 170 233 -
CMYK 0.18 0.27 0 0.09
HSL 260º 0.59% 0.79% -
HSV(B) 260º 0.27% 0.91% -
XYZ 50.57 45.71 83.25 -
YUV 183.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 191 170 233 0.18 0.27 0 0.09 260 0.59 0.79
Hex BF AA E9 12 1B 0 9 104 3B 4F
Octal 277 252 351 22 33 0 11 404 73 117
Binary 10111111 10101010 11101001 10010 11011 0 1001 100000100 111011 1001111

Color Harmonies of #BFAAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAAE9

Black with #BFAAE9

Text Example


Text Example

White with #BFAAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAAE9; }

 p { color: rgb(191,170,233); }

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

background-color css

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

 a { background-color: rgb(191,170,233); }

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

border-color css

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

 span { border-color: rgb(191,170,233); }

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