Html Css Color HEX #BFAED2 Moon Raker

📋 copy color: '#BFAED2'

red 191 ◦ green 174 ◦ blue 210

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

Shades of Moon Raker #BFAED2

Tints of Moon Raker #BFAED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.52%

R = 33.22%
G = 30.26%
B = 36.52%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BFAED2 (or 0xBFAED2) is known color: Moon Raker. HEX triplet: BF, AE and D2. RGB value is (191,174,210). Sum of RGB (Red+Green+Blue) = 191+174+210=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFAED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAED2 is #40512D. Grayscale: #B7B7B7. Windows color (decimal): -4215086 or 13807295. OLE color: 13807295.

HSL color Cylindrical-coordinate representation of color #BFAED2: hue angle of 268.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFAED2 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 174 210 -
CMYK 0.09 0.17 0 0.18
HSL 268.33º 0.29% 0.75% -
HSV(B) 268.33º 0.17% 0.82% -
XYZ 48.25 46 67.31 -
YUV 183.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 191 174 210 0.09 0.17 0 0.18 268.33 0.29 0.75
Hex BF AE D2 9 11 0 12 10C 1D 4B
Octal 277 256 322 11 21 0 22 414 35 113
Binary 10111111 10101110 11010010 1001 10001 0 10010 100001100 11101 1001011

Color Harmonies of #BFAED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAED2

Black with #BFAED2

Text Example


Text Example

White with #BFAED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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