Html Css Color HEX #BCADE1 Moon Raker

📋 copy color: '#BCADE1'

red 188 ◦ green 173 ◦ blue 225

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

Shades of Moon Raker #BCADE1

Tints of Moon Raker #BCADE1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.52%

 BLUE value IS 225 (88.28% from 255) = 38.4%

R = 32.08%
G = 29.52%
B = 38.4%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCADE1 (or 0xBCADE1) is known color: Moon Raker. HEX triplet: BC, AD and E1. RGB value is (188,173,225). Sum of RGB (Red+Green+Blue) = 188+173+225=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADE1 is #43521E. Grayscale: #B7B7B7. Windows color (decimal): -4411935 or 14790076. OLE color: 14790076.

HSL color Cylindrical-coordinate representation of color #BCADE1: hue angle of 257.31º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCADE1 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 173 225 -
CMYK 0.16 0.23 0 0.12
HSL 257.31º 0.46% 0.78% -
HSV(B) 257.31º 0.23% 0.88% -
XYZ 49.27 46.01 77.52 -
YUV 183.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 188 173 225 0.16 0.23 0 0.12 257.31 0.46 0.78
Hex BC AD E1 10 17 0 C 101 2E 4E
Octal 274 255 341 20 27 0 14 401 56 116
Binary 10111100 10101101 11100001 10000 10111 0 1100 100000001 101110 1001110

Color Harmonies of #BCADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADE1

Black with #BCADE1

Text Example


Text Example

White with #BCADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADE1; }

 p { color: rgb(188,173,225); }

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

background-color css

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

 a { background-color: rgb(188,173,225); }

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

border-color css

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

 span { border-color: rgb(188,173,225); }

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