Html Css Color HEX #BCABE4 Moon Raker

📋 copy color: '#BCABE4'

red 188 ◦ green 171 ◦ blue 228

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

Shades of Moon Raker #BCABE4

Tints of Moon Raker #BCABE4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.13%

 BLUE value IS 228 (89.45% from 255) = 38.84%

R = 32.03%
G = 29.13%
B = 38.84%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCABE4 (or 0xBCABE4) is known color: Moon Raker. HEX triplet: BC, AB and E4. RGB value is (188,171,228). Sum of RGB (Red+Green+Blue) = 188+171+228=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCABE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABE4 is #43541B. Grayscale: #B6B6B6. Windows color (decimal): -4412444 or 14986172. OLE color: 14986172.

HSL color Cylindrical-coordinate representation of color #BCABE4: hue angle of 257.89º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCABE4 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 171 228 -
CMYK 0.18 0.25 0 0.11
HSL 257.89º 0.51% 0.78% -
HSV(B) 257.89º 0.25% 0.89% -
XYZ 49.31 45.42 79.57 -
YUV 182.58 153.63 131.87 -
System Red Green Blue C M Y K H S L
Decimal 188 171 228 0.18 0.25 0 0.11 257.89 0.51 0.78
Hex BC AB E4 12 19 0 B 102 33 4E
Octal 274 253 344 22 31 0 13 402 63 116
Binary 10111100 10101011 11100100 10010 11001 0 1011 100000010 110011 1001110

Color Harmonies of #BCABE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABE4

Black with #BCABE4

Text Example


Text Example

White with #BCABE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABE4; }

 p { color: rgb(188,171,228); }

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

background-color css

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

 a { background-color: rgb(188,171,228); }

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

border-color css

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

 span { border-color: rgb(188,171,228); }

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