Html Css Color HEX #BCABDF Moon Raker

📋 copy color: '#BCABDF'

red 188 ◦ green 171 ◦ blue 223

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

Shades of Moon Raker #BCABDF

Tints of Moon Raker #BCABDF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.38%

 BLUE value IS 223 (87.5% from 255) = 38.32%

R = 32.3%
G = 29.38%
B = 38.32%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCABDF (or 0xBCABDF) is known color: Moon Raker. HEX triplet: BC, AB and DF. RGB value is (188,171,223). Sum of RGB (Red+Green+Blue) = 188+171+223=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABDF is #435420. Grayscale: #B5B5B5. Windows color (decimal): -4412449 or 14658492. OLE color: 14658492.

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

Color convert

RGB 188 171 223 -
CMYK 0.16 0.23 0 0.13
HSL 259.62º 0.45% 0.77% -
HSV(B) 259.62º 0.23% 0.87% -
XYZ 48.62 45.14 75.96 -
YUV 182.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 188 171 223 0.16 0.23 0 0.13 259.62 0.45 0.77
Hex BC AB DF 10 17 0 D 104 2D 4D
Octal 274 253 337 20 27 0 15 404 55 115
Binary 10111100 10101011 11011111 10000 10111 0 1101 100000100 101101 1001101

Color Harmonies of #BCABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABDF

Black with #BCABDF

Text Example


Text Example

White with #BCABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABDF; }

 p { color: rgb(188,171,223); }

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

background-color css

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

 a { background-color: rgb(188,171,223); }

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

border-color css

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

 span { border-color: rgb(188,171,223); }

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