Html Css Color HEX #BCACDA Moon Raker

📋 copy color: '#BCACDA'

red 188 ◦ green 172 ◦ blue 218

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

Shades of Moon Raker #BCACDA

Tints of Moon Raker #BCACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.76%

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

R = 32.53%
G = 29.76%
B = 37.72%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCACDA (or 0xBCACDA) is known color: Moon Raker. HEX triplet: BC, AC and DA. RGB value is (188,172,218). Sum of RGB (Red+Green+Blue) = 188+172+218=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACDA is #435325. Grayscale: #B5B5B5. Windows color (decimal): -4412198 or 14331068. OLE color: 14331068.

HSL color Cylindrical-coordinate representation of color #BCACDA: hue angle of 260.87º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCACDA is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 172 218 -
CMYK 0.14 0.21 0 0.15
HSL 260.87º 0.38% 0.76% -
HSV(B) 260.87º 0.21% 0.85% -
XYZ 48.15 45.26 72.53 -
YUV 182.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 188 172 218 0.14 0.21 0 0.15 260.87 0.38 0.76
Hex BC AC DA E 15 0 F 105 26 4C
Octal 274 254 332 16 25 0 17 405 46 114
Binary 10111100 10101100 11011010 1110 10101 0 1111 100000101 100110 1001100

Color Harmonies of #BCACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACDA

Black with #BCACDA

Text Example


Text Example

White with #BCACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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