Html Css Color HEX #BCAEDC Moon Raker

📋 copy color: '#BCAEDC'

red 188 ◦ green 174 ◦ blue 220

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

Shades of Moon Raker #BCAEDC

Tints of Moon Raker #BCAEDC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.9%

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

R = 32.3%
G = 29.9%
B = 37.8%

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

#BCAEDC (or 0xBCAEDC) is known color: Moon Raker. HEX triplet: BC, AE and DC. RGB value is (188,174,220). Sum of RGB (Red+Green+Blue) = 188+174+220=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEDC is #435123. Grayscale: #B7B7B7. Windows color (decimal): -4411684 or 14462652. OLE color: 14462652.

HSL color Cylindrical-coordinate representation of color #BCAEDC: hue angle of 258.26º 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 #BCAEDC is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 174 220 -
CMYK 0.15 0.21 0 0.14
HSL 258.26º 0.4% 0.77% -
HSV(B) 258.26º 0.21% 0.86% -
XYZ 48.79 46.13 74.04 -
YUV 183.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 188 174 220 0.15 0.21 0 0.14 258.26 0.4 0.77
Hex BC AE DC F 15 0 E 102 28 4D
Octal 274 256 334 17 25 0 16 402 50 115
Binary 10111100 10101110 11011100 1111 10101 0 1110 100000010 101000 1001101

Color Harmonies of #BCAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEDC

Black with #BCAEDC

Text Example


Text Example

White with #BCAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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