Html Css Color HEX #BCAFD8 Moon Raker

📋 copy color: '#BCAFD8'

red 188 ◦ green 175 ◦ blue 216

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

Shades of Moon Raker #BCAFD8

Tints of Moon Raker #BCAFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.31%

R = 32.47%
G = 30.22%
B = 37.31%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCAFD8 (or 0xBCAFD8) is known color: Moon Raker. HEX triplet: BC, AF and D8. RGB value is (188,175,216). Sum of RGB (Red+Green+Blue) = 188+175+216=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCAFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFD8 is #435027. Grayscale: #B7B7B7. Windows color (decimal): -4411432 or 14200764. OLE color: 14200764.

HSL color Cylindrical-coordinate representation of color #BCAFD8: hue angle of 259.02º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCAFD8 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 175 216 -
CMYK 0.13 0.19 0 0.15
HSL 259.02º 0.34% 0.77% -
HSV(B) 259.02º 0.19% 0.85% -
XYZ 48.46 46.31 71.35 -
YUV 183.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 188 175 216 0.13 0.19 0 0.15 259.02 0.34 0.77
Hex BC AF D8 D 13 0 F 103 22 4D
Octal 274 257 330 15 23 0 17 403 42 115
Binary 10111100 10101111 11011000 1101 10011 0 1111 100000011 100010 1001101

Color Harmonies of #BCAFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFD8

Black with #BCAFD8

Text Example


Text Example

White with #BCAFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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