Html Css Color HEX #BFAEDB Moon Raker

📋 copy color: '#BFAEDB'

red 191 ◦ green 174 ◦ blue 219

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

Shades of Moon Raker #BFAEDB

Tints of Moon Raker #BFAEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 32.71%
G = 29.79%
B = 37.5%

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

#BFAEDB (or 0xBFAEDB) is known color: Moon Raker. HEX triplet: BF, AE and DB. RGB value is (191,174,219). Sum of RGB (Red+Green+Blue) = 191+174+219=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEDB is #405124. Grayscale: #B8B8B8. Windows color (decimal): -4215077 or 14397119. OLE color: 14397119.

HSL color Cylindrical-coordinate representation of color #BFAEDB: hue angle of 262.67º degrees, saturation: 0.38, 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 #BFAEDB is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 174 219 -
CMYK 0.13 0.21 0 0.14
HSL 262.67º 0.38% 0.77% -
HSV(B) 262.67º 0.21% 0.86% -
XYZ 49.41 46.46 73.38 -
YUV 184.21 147.63 132.84 -
System Red Green Blue C M Y K H S L
Decimal 191 174 219 0.13 0.21 0 0.14 262.67 0.38 0.77
Hex BF AE DB D 15 0 E 107 26 4D
Octal 277 256 333 15 25 0 16 407 46 115
Binary 10111111 10101110 11011011 1101 10101 0 1110 100000111 100110 1001101

Color Harmonies of #BFAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEDB

Black with #BFAEDB

Text Example


Text Example

White with #BFAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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