Html Css Color HEX #BEAFD6 Moon Raker

📋 copy color: '#BEAFD6'

red 190 ◦ green 175 ◦ blue 214

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

Shades of Moon Raker #BEAFD6

Tints of Moon Raker #BEAFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.96%

R = 32.82%
G = 30.22%
B = 36.96%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BEAFD6 (or 0xBEAFD6) is known color: Moon Raker. HEX triplet: BE, AF and D6. RGB value is (190,175,214). Sum of RGB (Red+Green+Blue) = 190+175+214=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEAFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFD6 is #415029. Grayscale: #B7B7B7. Windows color (decimal): -4280362 or 14069694. OLE color: 14069694.

HSL color Cylindrical-coordinate representation of color #BEAFD6: hue angle of 263.08º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEAFD6 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 175 214 -
CMYK 0.11 0.18 0 0.16
HSL 263.08º 0.32% 0.76% -
HSV(B) 263.08º 0.18% 0.84% -
XYZ 48.7 46.46 70.02 -
YUV 183.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 190 175 214 0.11 0.18 0 0.16 263.08 0.32 0.76
Hex BE AF D6 B 12 0 10 107 20 4C
Octal 276 257 326 13 22 0 20 407 40 114
Binary 10111110 10101111 11010110 1011 10010 0 10000 100000111 100000 1001100

Color Harmonies of #BEAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAFD6

Black with #BEAFD6

Text Example


Text Example

White with #BEAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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