Html Css Color HEX #BCA9DB Moon Raker

📋 copy color: '#BCA9DB'

red 188 ◦ green 169 ◦ blue 219

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

Shades of Moon Raker #BCA9DB

Tints of Moon Raker #BCA9DB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.34%

 BLUE value IS 219 (85.94% from 255) = 38.02%

R = 32.64%
G = 29.34%
B = 38.02%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCA9DB (or 0xBCA9DB) is known color: Moon Raker. HEX triplet: BC, A9 and DB. RGB value is (188,169,219). Sum of RGB (Red+Green+Blue) = 188+169+219=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCA9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9DB is #435624. Grayscale: #B4B4B4. Windows color (decimal): -4412965 or 14395836. OLE color: 14395836.

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

Color convert

RGB 188 169 219 -
CMYK 0.14 0.23 0 0.14
HSL 262.8º 0.41% 0.76% -
HSV(B) 262.8º 0.23% 0.86% -
XYZ 47.71 44.18 73.03 -
YUV 180.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 188 169 219 0.14 0.23 0 0.14 262.8 0.41 0.76
Hex BC A9 DB E 17 0 E 107 29 4C
Octal 274 251 333 16 27 0 16 407 51 114
Binary 10111100 10101001 11011011 1110 10111 0 1110 100000111 101001 1001100

Color Harmonies of #BCA9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA9DB

Black with #BCA9DB

Text Example


Text Example

White with #BCA9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA9DB; }

 p { color: rgb(188,169,219); }

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

background-color css

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

 a { background-color: rgb(188,169,219); }

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

border-color css

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

 span { border-color: rgb(188,169,219); }

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