Html Css Color HEX #BCACDD Moon Raker

📋 copy color: '#BCACDD'

red 188 ◦ green 172 ◦ blue 221

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

Shades of Moon Raker #BCACDD

Tints of Moon Raker #BCACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 32.36%
G = 29.6%
B = 38.04%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCACDD (or 0xBCACDD) is known color: Moon Raker. HEX triplet: BC, AC and DD. RGB value is (188,172,221). Sum of RGB (Red+Green+Blue) = 188+172+221=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACDD is #435322. Grayscale: #B6B6B6. Windows color (decimal): -4412195 or 14527676. OLE color: 14527676.

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

Color convert

RGB 188 172 221 -
CMYK 0.15 0.22 0 0.13
HSL 259.59º 0.42% 0.77% -
HSV(B) 259.59º 0.22% 0.87% -
XYZ 48.54 45.42 74.61 -
YUV 182.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 188 172 221 0.15 0.22 0 0.13 259.59 0.42 0.77
Hex BC AC DD F 16 0 D 104 2A 4D
Octal 274 254 335 17 26 0 15 404 52 115
Binary 10111100 10101100 11011101 1111 10110 0 1101 100000100 101010 1001101

Color Harmonies of #BCACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACDD

Black with #BCACDD

Text Example


Text Example

White with #BCACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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