Html Css Color HEX #BFAEDE Moon Raker

📋 copy color: '#BFAEDE'

red 191 ◦ green 174 ◦ blue 222

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

Shades of Moon Raker #BFAEDE

Tints of Moon Raker #BFAEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.82%

R = 32.54%
G = 29.64%
B = 37.82%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFAEDE (or 0xBFAEDE) is known color: Moon Raker. HEX triplet: BF, AE and DE. RGB value is (191,174,222). Sum of RGB (Red+Green+Blue) = 191+174+222=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFAEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEDE is #405121. Grayscale: #B8B8B8. Windows color (decimal): -4215074 or 14593727. OLE color: 14593727.

HSL color Cylindrical-coordinate representation of color #BFAEDE: hue angle of 261.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFAEDE is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 174 222 -
CMYK 0.14 0.22 0 0.13
HSL 261.25º 0.42% 0.78% -
HSV(B) 261.25º 0.22% 0.87% -
XYZ 49.81 46.62 75.48 -
YUV 184.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 191 174 222 0.14 0.22 0 0.13 261.25 0.42 0.78
Hex BF AE DE E 16 0 D 105 2A 4E
Octal 277 256 336 16 26 0 15 405 52 116
Binary 10111111 10101110 11011110 1110 10110 0 1101 100000101 101010 1001110

Color Harmonies of #BFAEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEDE

Black with #BFAEDE

Text Example


Text Example

White with #BFAEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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