Html Css Color HEX #BFAED5 Moon Raker

📋 copy color: '#BFAED5'

red 191 ◦ green 174 ◦ blue 213

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

Shades of Moon Raker #BFAED5

Tints of Moon Raker #BFAED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.85%

R = 33.04%
G = 30.1%
B = 36.85%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BFAED5 (or 0xBFAED5) is known color: Moon Raker. HEX triplet: BF, AE and D5. RGB value is (191,174,213). Sum of RGB (Red+Green+Blue) = 191+174+213=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAED5 is #40512A. Grayscale: #B7B7B7. Windows color (decimal): -4215083 or 14003903. OLE color: 14003903.

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

Color convert

RGB 191 174 213 -
CMYK 0.10 0.18 0 0.16
HSL 266.15º 0.32% 0.76% -
HSV(B) 266.15º 0.18% 0.84% -
XYZ 48.63 46.15 69.3 -
YUV 183.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 191 174 213 0.10 0.18 0 0.16 266.15 0.32 0.76
Hex BF AE D5 A 12 0 10 10A 20 4C
Octal 277 256 325 12 22 0 20 412 40 114
Binary 10111111 10101110 11010101 1010 10010 0 10000 100001010 100000 1001100

Color Harmonies of #BFAED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAED5

Black with #BFAED5

Text Example


Text Example

White with #BFAED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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