Html Css Color HEX #BCAEDD Moon Raker

📋 copy color: '#BCAEDD'

red 188 ◦ green 174 ◦ blue 221

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

Shades of Moon Raker #BCAEDD

Tints of Moon Raker #BCAEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.91%

R = 32.25%
G = 29.85%
B = 37.91%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCAEDD (or 0xBCAEDD) is known color: Moon Raker. HEX triplet: BC, AE and DD. RGB value is (188,174,221). Sum of RGB (Red+Green+Blue) = 188+174+221=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEDD is #435122. Grayscale: #B7B7B7. Windows color (decimal): -4411683 or 14528188. OLE color: 14528188.

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

Color convert

RGB 188 174 221 -
CMYK 0.15 0.21 0 0.13
HSL 257.87º 0.41% 0.77% -
HSV(B) 257.87º 0.21% 0.87% -
XYZ 48.93 46.18 74.74 -
YUV 183.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 188 174 221 0.15 0.21 0 0.13 257.87 0.41 0.77
Hex BC AE DD F 15 0 D 102 29 4D
Octal 274 256 335 17 25 0 15 402 51 115
Binary 10111100 10101110 11011101 1111 10101 0 1101 100000010 101001 1001101

Color Harmonies of #BCAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEDD

Black with #BCAEDD

Text Example


Text Example

White with #BCAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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