Html Css Color HEX #BEAFDA Moon Raker

📋 copy color: '#BEAFDA'

red 190 ◦ green 175 ◦ blue 218

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

Shades of Moon Raker #BEAFDA

Tints of Moon Raker #BEAFDA

RGB

 RED value IS 190 (74.61% from 255) = 32.59%

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

 BLUE value IS 218 (85.55% from 255) = 37.39%

R = 32.59%
G = 30.02%
B = 37.39%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BEAFDA (or 0xBEAFDA) is known color: Moon Raker. HEX triplet: BE, AF and DA. RGB value is (190,175,218). Sum of RGB (Red+Green+Blue) = 190+175+218=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFDA is #415025. Grayscale: #B8B8B8. Windows color (decimal): -4280358 or 14331838. OLE color: 14331838.

HSL color Cylindrical-coordinate representation of color #BEAFDA: hue angle of 260.93º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEAFDA is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 175 218 -
CMYK 0.13 0.20 0 0.15
HSL 260.93º 0.37% 0.77% -
HSV(B) 260.93º 0.2% 0.85% -
XYZ 49.22 46.67 72.74 -
YUV 184.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 190 175 218 0.13 0.20 0 0.15 260.93 0.37 0.77
Hex BE AF DA D 14 0 F 105 25 4D
Octal 276 257 332 15 24 0 17 405 45 115
Binary 10111110 10101111 11011010 1101 10100 0 1111 100000101 100101 1001101

Color Harmonies of #BEAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAFDA

Black with #BEAFDA

Text Example


Text Example

White with #BEAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAFDA; }

 p { color: rgb(190,175,218); }

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

background-color css

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

 a { background-color: rgb(190,175,218); }

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

border-color css

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

 span { border-color: rgb(190,175,218); }

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