Html Css Color HEX #BCADE0 Moon Raker

📋 copy color: '#BCADE0'

red 188 ◦ green 173 ◦ blue 224

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

Shades of Moon Raker #BCADE0

Tints of Moon Raker #BCADE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.29%

R = 32.14%
G = 29.57%
B = 38.29%

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

#BCADE0 (or 0xBCADE0) is known color: Moon Raker. HEX triplet: BC, AD and E0. RGB value is (188,173,224). Sum of RGB (Red+Green+Blue) = 188+173+224=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADE0 is #43521F. Grayscale: #B7B7B7. Windows color (decimal): -4411936 or 14724540. OLE color: 14724540.

HSL color Cylindrical-coordinate representation of color #BCADE0: hue angle of 257.65º degrees, saturation: 0.45, 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 #BCADE0 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 173 224 -
CMYK 0.16 0.23 0 0.12
HSL 257.65º 0.45% 0.78% -
HSV(B) 257.65º 0.23% 0.88% -
XYZ 49.14 45.96 76.8 -
YUV 183.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 188 173 224 0.16 0.23 0 0.12 257.65 0.45 0.78
Hex BC AD E0 10 17 0 C 102 2D 4E
Octal 274 255 340 20 27 0 14 402 55 116
Binary 10111100 10101101 11100000 10000 10111 0 1100 100000010 101101 1001110

Color Harmonies of #BCADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADE0

Black with #BCADE0

Text Example


Text Example

White with #BCADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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