Html Css Color HEX #BCADDB Moon Raker

📋 copy color: '#BCADDB'

red 188 ◦ green 173 ◦ blue 219

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

Shades of Moon Raker #BCADDB

Tints of Moon Raker #BCADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.83%

 BLUE value IS 219 (85.94% from 255) = 37.76%

R = 32.41%
G = 29.83%
B = 37.76%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCADDB (or 0xBCADDB) is known color: Moon Raker. HEX triplet: BC, AD and DB. RGB value is (188,173,219). Sum of RGB (Red+Green+Blue) = 188+173+219=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADDB is #435224. Grayscale: #B6B6B6. Windows color (decimal): -4411941 or 14396860. OLE color: 14396860.

HSL color Cylindrical-coordinate representation of color #BCADDB: hue angle of 259.57º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCADDB is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 173 219 -
CMYK 0.14 0.21 0 0.14
HSL 259.57º 0.39% 0.77% -
HSV(B) 259.57º 0.21% 0.86% -
XYZ 48.47 45.69 73.28 -
YUV 182.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 188 173 219 0.14 0.21 0 0.14 259.57 0.39 0.77
Hex BC AD DB E 15 0 E 104 27 4D
Octal 274 255 333 16 25 0 16 404 47 115
Binary 10111100 10101101 11011011 1110 10101 0 1110 100000100 100111 1001101

Color Harmonies of #BCADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADDB

Black with #BCADDB

Text Example


Text Example

White with #BCADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADDB; }

 p { color: rgb(188,173,219); }

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

background-color css

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

 a { background-color: rgb(188,173,219); }

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

border-color css

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

 span { border-color: rgb(188,173,219); }

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