Html Css Color HEX #BEACD8 Moon Raker

📋 copy color: '#BEACD8'

red 190 ◦ green 172 ◦ blue 216

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

Shades of Moon Raker #BEACD8

Tints of Moon Raker #BEACD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.37%

R = 32.87%
G = 29.76%
B = 37.37%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BEACD8 (or 0xBEACD8) is known color: Moon Raker. HEX triplet: BE, AC and D8. RGB value is (190,172,216). Sum of RGB (Red+Green+Blue) = 190+172+216=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 216 - color contains mainly: blue. Hex color #BEACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACD8 is #415327. Grayscale: #B6B6B6. Windows color (decimal): -4281128 or 14199998. OLE color: 14199998.

HSL color Cylindrical-coordinate representation of color #BEACD8: hue angle of 264.55º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEACD8 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 172 216 -
CMYK 0.12 0.20 0 0.15
HSL 264.55º 0.36% 0.76% -
HSV(B) 264.55º 0.2% 0.85% -
XYZ 48.38 45.41 71.18 -
YUV 182.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 190 172 216 0.12 0.20 0 0.15 264.55 0.36 0.76
Hex BE AC D8 C 14 0 F 109 24 4C
Octal 276 254 330 14 24 0 17 411 44 114
Binary 10111110 10101100 11011000 1100 10100 0 1111 100001001 100100 1001100

Color Harmonies of #BEACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACD8

Black with #BEACD8

Text Example


Text Example

White with #BEACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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