Html Css Color HEX #BEAFD5 Moon Raker

📋 copy color: '#BEAFD5'

red 190 ◦ green 175 ◦ blue 213

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

Shades of Moon Raker #BEAFD5

Tints of Moon Raker #BEAFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.85%

R = 32.87%
G = 30.28%
B = 36.85%

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

#BEAFD5 (or 0xBEAFD5) is known color: Moon Raker. HEX triplet: BE, AF and D5. RGB value is (190,175,213). Sum of RGB (Red+Green+Blue) = 190+175+213=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFD5 is #41502A. Grayscale: #B7B7B7. Windows color (decimal): -4280363 or 14004158. OLE color: 14004158.

HSL color Cylindrical-coordinate representation of color #BEAFD5: hue angle of 263.68º degrees, saturation: 0.31, 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 #BEAFD5 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 175 213 -
CMYK 0.11 0.18 0 0.16
HSL 263.68º 0.31% 0.76% -
HSV(B) 263.68º 0.18% 0.84% -
XYZ 48.58 46.41 69.35 -
YUV 183.82 144.47 132.41 -
System Red Green Blue C M Y K H S L
Decimal 190 175 213 0.11 0.18 0 0.16 263.68 0.31 0.76
Hex BE AF D5 B 12 0 10 108 1F 4C
Octal 276 257 325 13 22 0 20 410 37 114
Binary 10111110 10101111 11010101 1011 10010 0 10000 100001000 11111 1001100

Color Harmonies of #BEAFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAFD5

Black with #BEAFD5

Text Example


Text Example

White with #BEAFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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