Html Css Color HEX #BCACDE Moon Raker

📋 copy color: '#BCACDE'

red 188 ◦ green 172 ◦ blue 222

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

Shades of Moon Raker #BCACDE

Tints of Moon Raker #BCACDE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.55%

 BLUE value IS 222 (87.11% from 255) = 38.14%

R = 32.3%
G = 29.55%
B = 38.14%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCACDE (or 0xBCACDE) is known color: Moon Raker. HEX triplet: BC, AC and DE. RGB value is (188,172,222). Sum of RGB (Red+Green+Blue) = 188+172+222=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACDE is #435321. Grayscale: #B6B6B6. Windows color (decimal): -4412194 or 14593212. OLE color: 14593212.

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

Color convert

RGB 188 172 222 -
CMYK 0.15 0.23 0 0.13
HSL 259.2º 0.43% 0.77% -
HSV(B) 259.2º 0.23% 0.87% -
XYZ 48.68 45.47 75.32 -
YUV 182.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 188 172 222 0.15 0.23 0 0.13 259.2 0.43 0.77
Hex BC AC DE F 17 0 D 103 2B 4D
Octal 274 254 336 17 27 0 15 403 53 115
Binary 10111100 10101100 11011110 1111 10111 0 1101 100000011 101011 1001101

Color Harmonies of #BCACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACDE

Black with #BCACDE

Text Example


Text Example

White with #BCACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACDE; }

 p { color: rgb(188,172,222); }

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

background-color css

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

 a { background-color: rgb(188,172,222); }

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

border-color css

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

 span { border-color: rgb(188,172,222); }

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