Html Css Color HEX #BFAEDC Moon Raker

📋 copy color: '#BFAEDC'

red 191 ◦ green 174 ◦ blue 220

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

Shades of Moon Raker #BFAEDC

Tints of Moon Raker #BFAEDC

RGB

 RED value IS 191 (75% from 255) = 32.65%

 GREEN value IS 174 (68.36% from 255) = 29.74%

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

R = 32.65%
G = 29.74%
B = 37.61%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFAEDC (or 0xBFAEDC) is known color: Moon Raker. HEX triplet: BF, AE and DC. RGB value is (191,174,220). Sum of RGB (Red+Green+Blue) = 191+174+220=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEDC is #405123. Grayscale: #B8B8B8. Windows color (decimal): -4215076 or 14462655. OLE color: 14462655.

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

Color convert

RGB 191 174 220 -
CMYK 0.13 0.21 0 0.14
HSL 262.17º 0.4% 0.77% -
HSV(B) 262.17º 0.21% 0.86% -
XYZ 49.54 46.52 74.08 -
YUV 184.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 191 174 220 0.13 0.21 0 0.14 262.17 0.4 0.77
Hex BF AE DC D 15 0 E 106 28 4D
Octal 277 256 334 15 25 0 16 406 50 115
Binary 10111111 10101110 11011100 1101 10101 0 1110 100000110 101000 1001101

Color Harmonies of #BFAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEDC

Black with #BFAEDC

Text Example


Text Example

White with #BFAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEDC; }

 p { color: rgb(191,174,220); }

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

background-color css

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

 a { background-color: rgb(191,174,220); }

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

border-color css

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

 span { border-color: rgb(191,174,220); }

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