Html Css Color HEX #BEAFDB Moon Raker

📋 copy color: '#BEAFDB'

red 190 ◦ green 175 ◦ blue 219

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

Shades of Moon Raker #BEAFDB

Tints of Moon Raker #BEAFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 32.53%
G = 29.97%
B = 37.5%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEAFDB (or 0xBEAFDB) is known color: Moon Raker. HEX triplet: BE, AF and DB. RGB value is (190,175,219). Sum of RGB (Red+Green+Blue) = 190+175+219=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFDB is #415024. Grayscale: #B8B8B8. Windows color (decimal): -4280357 or 14397374. OLE color: 14397374.

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

Color convert

RGB 190 175 219 -
CMYK 0.13 0.20 0 0.14
HSL 260.45º 0.38% 0.77% -
HSV(B) 260.45º 0.2% 0.86% -
XYZ 49.35 46.72 73.43 -
YUV 184.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 190 175 219 0.13 0.20 0 0.14 260.45 0.38 0.77
Hex BE AF DB D 14 0 E 104 26 4D
Octal 276 257 333 15 24 0 16 404 46 115
Binary 10111110 10101111 11011011 1101 10100 0 1110 100000100 100110 1001101

Color Harmonies of #BEAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAFDB

Black with #BEAFDB

Text Example


Text Example

White with #BEAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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