Html Css Color HEX #BEAFCE Moon Raker

📋 copy color: '#BEAFCE'

red 190 ◦ green 175 ◦ blue 206

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

Shades of Moon Raker #BEAFCE

Tints of Moon Raker #BEAFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.08%

R = 33.27%
G = 30.65%
B = 36.08%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEAFCE (or 0xBEAFCE) is known color: Moon Raker. HEX triplet: BE, AF and CE. RGB value is (190,175,206). Sum of RGB (Red+Green+Blue) = 190+175+206=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEAFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFCE is #415031. Grayscale: #B6B6B6. Windows color (decimal): -4280370 or 13545406. OLE color: 13545406.

HSL color Cylindrical-coordinate representation of color #BEAFCE: hue angle of 269.03º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEAFCE is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 175 206 -
CMYK 0.08 0.15 0 0.19
HSL 269.03º 0.24% 0.75% -
HSV(B) 269.03º 0.15% 0.81% -
XYZ 47.71 46.06 64.77 -
YUV 183.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 190 175 206 0.08 0.15 0 0.19 269.03 0.24 0.75
Hex BE AF CE 8 F 0 13 10D 18 4B
Octal 276 257 316 10 17 0 23 415 30 113
Binary 10111110 10101111 11001110 1000 1111 0 10011 100001101 11000 1001011

Color Harmonies of #BEAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAFCE

Black with #BEAFCE

Text Example


Text Example

White with #BEAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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