Html Css Color HEX #BCADDC Moon Raker

📋 copy color: '#BCADDC'

red 188 ◦ green 173 ◦ blue 220

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

Shades of Moon Raker #BCADDC

Tints of Moon Raker #BCADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 32.36%
G = 29.78%
B = 37.87%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCADDC (or 0xBCADDC) is known color: Moon Raker. HEX triplet: BC, AD and DC. RGB value is (188,173,220). Sum of RGB (Red+Green+Blue) = 188+173+220=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADDC is #435223. Grayscale: #B6B6B6. Windows color (decimal): -4411940 or 14462396. OLE color: 14462396.

HSL color Cylindrical-coordinate representation of color #BCADDC: hue angle of 259.15º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCADDC is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 173 220 -
CMYK 0.15 0.21 0 0.14
HSL 259.15º 0.4% 0.77% -
HSV(B) 259.15º 0.21% 0.86% -
XYZ 48.6 45.75 73.98 -
YUV 182.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 188 173 220 0.15 0.21 0 0.14 259.15 0.4 0.77
Hex BC AD DC F 15 0 E 103 28 4D
Octal 274 255 334 17 25 0 16 403 50 115
Binary 10111100 10101101 11011100 1111 10101 0 1110 100000011 101000 1001101

Color Harmonies of #BCADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADDC

Black with #BCADDC

Text Example


Text Example

White with #BCADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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