Html Css Color HEX #BCACDC Moon Raker

📋 copy color: '#BCACDC'

red 188 ◦ green 172 ◦ blue 220

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

Shades of Moon Raker #BCACDC

Tints of Moon Raker #BCACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 32.41%
G = 29.66%
B = 37.93%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCACDC (or 0xBCACDC) is known color: Moon Raker. HEX triplet: BC, AC and DC. RGB value is (188,172,220). Sum of RGB (Red+Green+Blue) = 188+172+220=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACDC is #435323. Grayscale: #B6B6B6. Windows color (decimal): -4412196 or 14462140. OLE color: 14462140.

HSL color Cylindrical-coordinate representation of color #BCACDC: hue angle of 260º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCACDC is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 172 220 -
CMYK 0.15 0.22 0 0.14
HSL 260º 0.41% 0.77% -
HSV(B) 260º 0.22% 0.86% -
XYZ 48.41 45.36 73.91 -
YUV 182.26 149.3 132.1 -
System Red Green Blue C M Y K H S L
Decimal 188 172 220 0.15 0.22 0 0.14 260 0.41 0.77
Hex BC AC DC F 16 0 E 104 29 4D
Octal 274 254 334 17 26 0 16 404 51 115
Binary 10111100 10101100 11011100 1111 10110 0 1110 100000100 101001 1001101

Color Harmonies of #BCACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACDC

Black with #BCACDC

Text Example


Text Example

White with #BCACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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