Html Css Color HEX #BEACDA Moon Raker

📋 copy color: '#BEACDA'

red 190 ◦ green 172 ◦ blue 218

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

Shades of Moon Raker #BEACDA

Tints of Moon Raker #BEACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.66%

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

R = 32.76%
G = 29.66%
B = 37.59%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BEACDA (or 0xBEACDA) is known color: Moon Raker. HEX triplet: BE, AC and DA. RGB value is (190,172,218). Sum of RGB (Red+Green+Blue) = 190+172+218=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACDA is #415325. Grayscale: #B6B6B6. Windows color (decimal): -4281126 or 14331070. OLE color: 14331070.

HSL color Cylindrical-coordinate representation of color #BEACDA: hue angle of 263.48º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEACDA is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 172 218 -
CMYK 0.13 0.21 0 0.15
HSL 263.48º 0.38% 0.76% -
HSV(B) 263.48º 0.21% 0.85% -
XYZ 48.64 45.51 72.55 -
YUV 182.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 190 172 218 0.13 0.21 0 0.15 263.48 0.38 0.76
Hex BE AC DA D 15 0 F 107 26 4C
Octal 276 254 332 15 25 0 17 407 46 114
Binary 10111110 10101100 11011010 1101 10101 0 1111 100000111 100110 1001100

Color Harmonies of #BEACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACDA

Black with #BEACDA

Text Example


Text Example

White with #BEACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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