Html Css Color HEX #BCAFD1 Moon Raker

📋 copy color: '#BCAFD1'

red 188 ◦ green 175 ◦ blue 209

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

Shades of Moon Raker #BCAFD1

Tints of Moon Raker #BCAFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.54%

R = 32.87%
G = 30.59%
B = 36.54%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCAFD1 (or 0xBCAFD1) is known color: Moon Raker. HEX triplet: BC, AF and D1. RGB value is (188,175,209). Sum of RGB (Red+Green+Blue) = 188+175+209=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCAFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFD1 is #43502E. Grayscale: #B6B6B6. Windows color (decimal): -4411439 or 13742012. OLE color: 13742012.

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

Color convert

RGB 188 175 209 -
CMYK 0.10 0.16 0 0.18
HSL 262.94º 0.27% 0.75% -
HSV(B) 262.94º 0.16% 0.82% -
XYZ 47.58 45.95 66.68 -
YUV 182.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 188 175 209 0.10 0.16 0 0.18 262.94 0.27 0.75
Hex BC AF D1 A 10 0 12 107 1B 4B
Octal 274 257 321 12 20 0 22 407 33 113
Binary 10111100 10101111 11010001 1010 10000 0 10010 100000111 11011 1001011

Color Harmonies of #BCAFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFD1

Black with #BCAFD1

Text Example


Text Example

White with #BCAFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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