Html Css Color HEX #BEACDC Moon Raker

📋 copy color: '#BEACDC'

red 190 ◦ green 172 ◦ blue 220

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

Shades of Moon Raker #BEACDC

Tints of Moon Raker #BEACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 32.65%
G = 29.55%
B = 37.8%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEACDC (or 0xBEACDC) is known color: Moon Raker. HEX triplet: BE, AC and DC. RGB value is (190,172,220). Sum of RGB (Red+Green+Blue) = 190+172+220=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACDC is #415323. Grayscale: #B6B6B6. Windows color (decimal): -4281124 or 14462142. OLE color: 14462142.

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

Color convert

RGB 190 172 220 -
CMYK 0.14 0.22 0 0.14
HSL 262.5º 0.41% 0.77% -
HSV(B) 262.5º 0.22% 0.86% -
XYZ 48.91 45.62 73.94 -
YUV 182.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 190 172 220 0.14 0.22 0 0.14 262.5 0.41 0.77
Hex BE AC DC E 16 0 E 106 29 4D
Octal 276 254 334 16 26 0 16 406 51 115
Binary 10111110 10101100 11011100 1110 10110 0 1110 100000110 101001 1001101

Color Harmonies of #BEACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACDC

Black with #BEACDC

Text Example


Text Example

White with #BEACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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