Html Css Color HEX #BCACCD Moon Raker

📋 copy color: '#BCACCD'

red 188 ◦ green 172 ◦ blue 205

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

Shades of Moon Raker #BCACCD

Tints of Moon Raker #BCACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.44%

 BLUE value IS 205 (80.47% from 255) = 36.28%

R = 33.27%
G = 30.44%
B = 36.28%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BCACCD (or 0xBCACCD) is known color: Moon Raker. HEX triplet: BC, AC and CD. RGB value is (188,172,205). Sum of RGB (Red+Green+Blue) = 188+172+205=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACCD is #435332. Grayscale: #B4B4B4. Windows color (decimal): -4412211 or 13479100. OLE color: 13479100.

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

Color convert

RGB 188 172 205 -
CMYK 0.08 0.16 0 0.20
HSL 269.09º 0.25% 0.74% -
HSV(B) 269.09º 0.16% 0.8% -
XYZ 46.51 44.6 63.92 -
YUV 180.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 188 172 205 0.08 0.16 0 0.20 269.09 0.25 0.74
Hex BC AC CD 8 10 0 14 10D 19 4A
Octal 274 254 315 10 20 0 24 415 31 112
Binary 10111100 10101100 11001101 1000 10000 0 10100 100001101 11001 1001010

Color Harmonies of #BCACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACCD

Black with #BCACCD

Text Example


Text Example

White with #BCACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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