Html Css Color HEX #BEACD6 Moon Raker

📋 copy color: '#BEACD6'

red 190 ◦ green 172 ◦ blue 214

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

Shades of Moon Raker #BEACD6

Tints of Moon Raker #BEACD6

RGB

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

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

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

R = 32.99%
G = 29.86%
B = 37.15%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BEACD6 (or 0xBEACD6) is known color: Moon Raker. HEX triplet: BE, AC and D6. RGB value is (190,172,214). Sum of RGB (Red+Green+Blue) = 190+172+214=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACD6 is #415329. Grayscale: #B6B6B6. Windows color (decimal): -4281130 or 14068926. OLE color: 14068926.

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

Color convert

RGB 190 172 214 -
CMYK 0.11 0.20 0 0.16
HSL 265.71º 0.34% 0.76% -
HSV(B) 265.71º 0.2% 0.84% -
XYZ 48.13 45.31 69.83 -
YUV 182.17 145.96 133.58 -
System Red Green Blue C M Y K H S L
Decimal 190 172 214 0.11 0.20 0 0.16 265.71 0.34 0.76
Hex BE AC D6 B 14 0 10 10A 22 4C
Octal 276 254 326 13 24 0 20 412 42 114
Binary 10111110 10101100 11010110 1011 10100 0 10000 100001010 100010 1001100

Color Harmonies of #BEACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACD6

Black with #BEACD6

Text Example


Text Example

White with #BEACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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