Html Css Color HEX #BCABD4 Moon Raker

📋 copy color: '#BCABD4'

red 188 ◦ green 171 ◦ blue 212

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

Shades of Moon Raker #BCABD4

Tints of Moon Raker #BCABD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.13%

R = 32.92%
G = 29.95%
B = 37.13%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCABD4 (or 0xBCABD4) is known color: Moon Raker. HEX triplet: BC, AB and D4. RGB value is (188,171,212). Sum of RGB (Red+Green+Blue) = 188+171+212=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABD4 is #43542B. Grayscale: #B4B4B4. Windows color (decimal): -4412460 or 13937596. OLE color: 13937596.

HSL color Cylindrical-coordinate representation of color #BCABD4: hue angle of 264.88º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCABD4 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 171 212 -
CMYK 0.11 0.19 0 0.17
HSL 264.88º 0.32% 0.75% -
HSV(B) 264.88º 0.19% 0.83% -
XYZ 47.19 44.57 68.4 -
YUV 180.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 188 171 212 0.11 0.19 0 0.17 264.88 0.32 0.75
Hex BC AB D4 B 13 0 11 109 20 4B
Octal 274 253 324 13 23 0 21 411 40 113
Binary 10111100 10101011 11010100 1011 10011 0 10001 100001001 100000 1001011

Color Harmonies of #BCABD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABD4

Black with #BCABD4

Text Example


Text Example

White with #BCABD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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