Html Css Color HEX #BCAFD9 Moon Raker

📋 copy color: '#BCAFD9'

red 188 ◦ green 175 ◦ blue 217

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

Shades of Moon Raker #BCAFD9

Tints of Moon Raker #BCAFD9

RGB

 RED value IS 188 (73.83% from 255) = 32.41%

 GREEN value IS 175 (68.75% from 255) = 30.17%

 BLUE value IS 217 (85.16% from 255) = 37.41%

R = 32.41%
G = 30.17%
B = 37.41%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCAFD9 (or 0xBCAFD9) is known color: Moon Raker. HEX triplet: BC, AF and D9. RGB value is (188,175,217). Sum of RGB (Red+Green+Blue) = 188+175+217=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFD9 is #435026. Grayscale: #B7B7B7. Windows color (decimal): -4411431 or 14266300. OLE color: 14266300.

HSL color Cylindrical-coordinate representation of color #BCAFD9: hue angle of 258.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCAFD9 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 175 217 -
CMYK 0.13 0.19 0 0.15
HSL 258.57º 0.36% 0.77% -
HSV(B) 258.57º 0.19% 0.85% -
XYZ 48.59 46.36 72.03 -
YUV 183.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 188 175 217 0.13 0.19 0 0.15 258.57 0.36 0.77
Hex BC AF D9 D 13 0 F 103 24 4D
Octal 274 257 331 15 23 0 17 403 44 115
Binary 10111100 10101111 11011001 1101 10011 0 1111 100000011 100100 1001101

Color Harmonies of #BCAFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFD9

Black with #BCAFD9

Text Example


Text Example

White with #BCAFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFD9; }

 p { color: rgb(188,175,217); }

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

background-color css

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

 a { background-color: rgb(188,175,217); }

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

border-color css

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

 span { border-color: rgb(188,175,217); }

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