Html Css Color HEX #BCADD5 Moon Raker

📋 copy color: '#BCADD5'

red 188 ◦ green 173 ◦ blue 213

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

Shades of Moon Raker #BCADD5

Tints of Moon Raker #BCADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.11%

R = 32.75%
G = 30.14%
B = 37.11%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCADD5 (or 0xBCADD5) is known color: Moon Raker. HEX triplet: BC, AD and D5. RGB value is (188,173,213). Sum of RGB (Red+Green+Blue) = 188+173+213=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADD5 is #43522A. Grayscale: #B5B5B5. Windows color (decimal): -4411947 or 14003644. OLE color: 14003644.

HSL color Cylindrical-coordinate representation of color #BCADD5: hue angle of 262.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCADD5 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 173 213 -
CMYK 0.12 0.19 0 0.16
HSL 262.5º 0.32% 0.76% -
HSV(B) 262.5º 0.19% 0.84% -
XYZ 47.69 45.38 69.2 -
YUV 182.05 145.47 132.25 -
System Red Green Blue C M Y K H S L
Decimal 188 173 213 0.12 0.19 0 0.16 262.5 0.32 0.76
Hex BC AD D5 C 13 0 10 106 20 4C
Octal 274 255 325 14 23 0 20 406 40 114
Binary 10111100 10101101 11010101 1100 10011 0 10000 100000110 100000 1001100

Color Harmonies of #BCADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADD5

Black with #BCADD5

Text Example


Text Example

White with #BCADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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