Html Css Color HEX #BCAFD4 Moon Raker

📋 copy color: '#BCAFD4'

red 188 ◦ green 175 ◦ blue 212

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

Shades of Moon Raker #BCAFD4

Tints of Moon Raker #BCAFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.87%

R = 32.7%
G = 30.43%
B = 36.87%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCAFD4 (or 0xBCAFD4) is known color: Moon Raker. HEX triplet: BC, AF and D4. RGB value is (188,175,212). Sum of RGB (Red+Green+Blue) = 188+175+212=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCAFD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFD4 is #43502B. Grayscale: #B6B6B6. Windows color (decimal): -4411436 or 13938620. OLE color: 13938620.

HSL color Cylindrical-coordinate representation of color #BCAFD4: hue angle of 261.08º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCAFD4 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 175 212 -
CMYK 0.11 0.17 0 0.17
HSL 261.08º 0.3% 0.76% -
HSV(B) 261.08º 0.17% 0.83% -
XYZ 47.95 46.1 68.66 -
YUV 183.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 188 175 212 0.11 0.17 0 0.17 261.08 0.3 0.76
Hex BC AF D4 B 11 0 11 105 1E 4C
Octal 274 257 324 13 21 0 21 405 36 114
Binary 10111100 10101111 11010100 1011 10001 0 10001 100000101 11110 1001100

Color Harmonies of #BCAFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFD4

Black with #BCAFD4

Text Example


Text Example

White with #BCAFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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