Html Css Color HEX #BFAFE0 Moon Raker

📋 copy color: '#BFAFE0'

red 191 ◦ green 175 ◦ blue 224

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

Shades of Moon Raker #BFAFE0

Tints of Moon Raker #BFAFE0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.66%

 BLUE value IS 224 (87.89% from 255) = 37.97%

R = 32.37%
G = 29.66%
B = 37.97%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFAFE0 (or 0xBFAFE0) is known color: Moon Raker. HEX triplet: BF, AF and E0. RGB value is (191,175,224). Sum of RGB (Red+Green+Blue) = 191+175+224=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFE0 is #40501F. Grayscale: #B9B9B9. Windows color (decimal): -4214816 or 14725055. OLE color: 14725055.

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

Color convert

RGB 191 175 224 -
CMYK 0.15 0.22 0 0.12
HSL 259.59º 0.44% 0.78% -
HSV(B) 259.59º 0.22% 0.88% -
XYZ 50.27 47.12 76.97 -
YUV 185.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 191 175 224 0.15 0.22 0 0.12 259.59 0.44 0.78
Hex BF AF E0 F 16 0 C 104 2C 4E
Octal 277 257 340 17 26 0 14 404 54 116
Binary 10111111 10101111 11100000 1111 10110 0 1100 100000100 101100 1001110

Color Harmonies of #BFAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAFE0

Black with #BFAFE0

Text Example


Text Example

White with #BFAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAFE0; }

 p { color: rgb(191,175,224); }

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

background-color css

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

 a { background-color: rgb(191,175,224); }

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

border-color css

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

 span { border-color: rgb(191,175,224); }

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