Html Css Color HEX #BCABD0 Moon Raker

📋 copy color: '#BCABD0'

red 188 ◦ green 171 ◦ blue 208

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

Shades of Moon Raker #BCABD0

Tints of Moon Raker #BCABD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.68%

R = 33.16%
G = 30.16%
B = 36.68%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCABD0 (or 0xBCABD0) is known color: Moon Raker. HEX triplet: BC, AB and D0. RGB value is (188,171,208). Sum of RGB (Red+Green+Blue) = 188+171+208=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCABD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABD0 is #43542F. Grayscale: #B4B4B4. Windows color (decimal): -4412464 or 13675452. OLE color: 13675452.

HSL color Cylindrical-coordinate representation of color #BCABD0: hue angle of 267.57º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCABD0 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 171 208 -
CMYK 0.10 0.18 0 0.18
HSL 267.57º 0.28% 0.74% -
HSV(B) 267.57º 0.18% 0.82% -
XYZ 46.69 44.37 65.78 -
YUV 180.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 188 171 208 0.10 0.18 0 0.18 267.57 0.28 0.74
Hex BC AB D0 A 12 0 12 10C 1C 4A
Octal 274 253 320 12 22 0 22 414 34 112
Binary 10111100 10101011 11010000 1010 10010 0 10010 100001100 11100 1001010

Color Harmonies of #BCABD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABD0

Black with #BCABD0

Text Example


Text Example

White with #BCABD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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