Html Css Color HEX #BCAFD6 Moon Raker

📋 copy color: '#BCAFD6'

red 188 ◦ green 175 ◦ blue 214

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

Shades of Moon Raker #BCAFD6

Tints of Moon Raker #BCAFD6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.33%

 BLUE value IS 214 (83.98% from 255) = 37.09%

R = 32.58%
G = 30.33%
B = 37.09%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCAFD6 (or 0xBCAFD6) is known color: Moon Raker. HEX triplet: BC, AF and D6. RGB value is (188,175,214). Sum of RGB (Red+Green+Blue) = 188+175+214=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCAFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFD6 is #435029. Grayscale: #B7B7B7. Windows color (decimal): -4411434 or 14069692. OLE color: 14069692.

HSL color Cylindrical-coordinate representation of color #BCAFD6: hue angle of 260º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCAFD6 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 175 214 -
CMYK 0.12 0.18 0 0.16
HSL 260º 0.32% 0.76% -
HSV(B) 260º 0.18% 0.84% -
XYZ 48.21 46.21 70 -
YUV 183.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 188 175 214 0.12 0.18 0 0.16 260 0.32 0.76
Hex BC AF D6 C 12 0 10 104 20 4C
Octal 274 257 326 14 22 0 20 404 40 114
Binary 10111100 10101111 11010110 1100 10010 0 10000 100000100 100000 1001100

Color Harmonies of #BCAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFD6

Black with #BCAFD6

Text Example


Text Example

White with #BCAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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