Html Css Color HEX #BFAED6 Moon Raker

📋 copy color: '#BFAED6'

red 191 ◦ green 174 ◦ blue 214

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

Shades of Moon Raker #BFAED6

Tints of Moon Raker #BFAED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.96%

R = 32.99%
G = 30.05%
B = 36.96%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BFAED6 (or 0xBFAED6) is known color: Moon Raker. HEX triplet: BF, AE and D6. RGB value is (191,174,214). Sum of RGB (Red+Green+Blue) = 191+174+214=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFAED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAED6 is #405129. Grayscale: #B7B7B7. Windows color (decimal): -4215082 or 14069439. OLE color: 14069439.

HSL color Cylindrical-coordinate representation of color #BFAED6: hue angle of 265.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFAED6 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 174 214 -
CMYK 0.11 0.19 0 0.16
HSL 265.5º 0.33% 0.76% -
HSV(B) 265.5º 0.19% 0.84% -
XYZ 48.76 46.2 69.97 -
YUV 183.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 191 174 214 0.11 0.19 0 0.16 265.5 0.33 0.76
Hex BF AE D6 B 13 0 10 10A 21 4C
Octal 277 256 326 13 23 0 20 412 41 114
Binary 10111111 10101110 11010110 1011 10011 0 10000 100001010 100001 1001100

Color Harmonies of #BFAED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAED6

Black with #BFAED6

Text Example


Text Example

White with #BFAED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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