Html Css Color HEX #BCAFD5 Moon Raker

📋 copy color: '#BCAFD5'

red 188 ◦ green 175 ◦ blue 213

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

Shades of Moon Raker #BCAFD5

Tints of Moon Raker #BCAFD5

RGB

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

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

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

R = 32.64%
G = 30.38%
B = 36.98%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCAFD5 (or 0xBCAFD5) is known color: Moon Raker. HEX triplet: BC, AF and D5. RGB value is (188,175,213). Sum of RGB (Red+Green+Blue) = 188+175+213=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFD5 is #43502A. Grayscale: #B7B7B7. Windows color (decimal): -4411435 or 14004156. OLE color: 14004156.

HSL color Cylindrical-coordinate representation of color #BCAFD5: hue angle of 260.53º degrees, saturation: 0.31, 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 #BCAFD5 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 175 213 -
CMYK 0.12 0.18 0 0.16
HSL 260.53º 0.31% 0.76% -
HSV(B) 260.53º 0.18% 0.84% -
XYZ 48.08 46.16 69.33 -
YUV 183.22 144.81 131.41 -
System Red Green Blue C M Y K H S L
Decimal 188 175 213 0.12 0.18 0 0.16 260.53 0.31 0.76
Hex BC AF D5 C 12 0 10 105 1F 4C
Octal 274 257 325 14 22 0 20 405 37 114
Binary 10111100 10101111 11010101 1100 10010 0 10000 100000101 11111 1001100

Color Harmonies of #BCAFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFD5

Black with #BCAFD5

Text Example


Text Example

White with #BCAFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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