Html Css Color HEX #BCADCF Moon Raker

📋 copy color: '#BCADCF'

red 188 ◦ green 173 ◦ blue 207

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

Shades of Moon Raker #BCADCF

Tints of Moon Raker #BCADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.44%

R = 33.1%
G = 30.46%
B = 36.44%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCADCF (or 0xBCADCF) is known color: Moon Raker. HEX triplet: BC, AD and CF. RGB value is (188,173,207). Sum of RGB (Red+Green+Blue) = 188+173+207=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADCF is #435230. Grayscale: #B5B5B5. Windows color (decimal): -4411953 or 13610428. OLE color: 13610428.

HSL color Cylindrical-coordinate representation of color #BCADCF: hue angle of 266.47º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCADCF is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 173 207 -
CMYK 0.09 0.16 0 0.19
HSL 266.47º 0.26% 0.75% -
HSV(B) 266.47º 0.16% 0.81% -
XYZ 46.95 45.08 65.26 -
YUV 181.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 188 173 207 0.09 0.16 0 0.19 266.47 0.26 0.75
Hex BC AD CF 9 10 0 13 10A 1A 4B
Octal 274 255 317 11 20 0 23 412 32 113
Binary 10111100 10101101 11001111 1001 10000 0 10011 100001010 11010 1001011

Color Harmonies of #BCADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADCF

Black with #BCADCF

Text Example


Text Example

White with #BCADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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