Html Css Color HEX #BCAFDA Moon Raker

📋 copy color: '#BCAFDA'

red 188 ◦ green 175 ◦ blue 218

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

Shades of Moon Raker #BCAFDA

Tints of Moon Raker #BCAFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.52%

R = 32.36%
G = 30.12%
B = 37.52%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCAFDA (or 0xBCAFDA) is known color: Moon Raker. HEX triplet: BC, AF and DA. RGB value is (188,175,218). Sum of RGB (Red+Green+Blue) = 188+175+218=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFDA is #435025. Grayscale: #B7B7B7. Windows color (decimal): -4411430 or 14331836. OLE color: 14331836.

HSL color Cylindrical-coordinate representation of color #BCAFDA: hue angle of 258.14º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCAFDA is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 175 218 -
CMYK 0.14 0.20 0 0.15
HSL 258.14º 0.37% 0.77% -
HSV(B) 258.14º 0.2% 0.85% -
XYZ 48.72 46.41 72.72 -
YUV 183.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 188 175 218 0.14 0.20 0 0.15 258.14 0.37 0.77
Hex BC AF DA E 14 0 F 102 25 4D
Octal 274 257 332 16 24 0 17 402 45 115
Binary 10111100 10101111 11011010 1110 10100 0 1111 100000010 100101 1001101

Color Harmonies of #BCAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFDA

Black with #BCAFDA

Text Example


Text Example

White with #BCAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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