#BCAFCD

Color #BCAFCD Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #BCAFCD

Tints of Moon Raker #BCAFCD

Color information

#BCAFCD (or 0xBCAFCD) is unknown color: approx Moon Raker. HEX triplet: BC, AF and CD. RGB value is (188,175,205). Sum of RGB (Red+Green+Blue) = 188+175+205=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFCD is #435032. Grayscale: #B6B6B6. Windows color (decimal): -4411443 or 13479868. OLE color: 13479868.

HSL color Cylindrical-coordinate representation of color #BCAFCD: hue angle of 266º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCAFCD is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188175205-
CMYK0.080.1500.20
HSL266º23.08%74.51%-
HSV(B)266º14.63%80.39%-
XYZ47.0945.7664.11-
YUV182.31140.81132.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.10%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=33.10%
G=30.81%
B=36.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881752050.080.1500.2026623.0874.51
HexBCAFCD8F01410a174b
Octal274257315101702441227113
Binary10111100101011111100110110001111010100100001010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFCD; }

 p { color: rgb(188,175,205); }

 H1.HeaderClassName
 {
   color: #BCAFCD;
 }
 .AnyTagClassName
 {
   color: #BCAFCD;
 }
</style>
background-color css

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

 a { background-color: rgb(188,175,205); }

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

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

 span { border-color: rgb(188,175,205); }

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