Html Css Color HEX #BAAFCD Moon Raker

📋 copy color: '#BAAFCD'

red 186 ◦ green 175 ◦ blue 205

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

Shades of Moon Raker #BAAFCD

Tints of Moon Raker #BAAFCD

RGB

 RED value IS 186 (73.05% from 255) = 32.86%

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

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

R = 32.86%
G = 30.92%
B = 36.22%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BAAFCD (or 0xBAAFCD) is known color: Moon Raker. HEX triplet: BA, AF and CD. RGB value is (186,175,205). Sum of RGB (Red+Green+Blue) = 186+175+205=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFCD is #455032. Grayscale: #B5B5B5. Windows color (decimal): -4542515 or 13479866. OLE color: 13479866.

HSL color Cylindrical-coordinate representation of color #BAAFCD: hue angle of 262º 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 #BAAFCD is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 175 205 -
CMYK 0.09 0.15 0 0.20
HSL 262º 0.23% 0.75% -
HSV(B) 262º 0.15% 0.8% -
XYZ 46.6 45.51 64.09 -
YUV 181.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 186 175 205 0.09 0.15 0 0.20 262 0.23 0.75
Hex BA AF CD 9 F 0 14 106 17 4B
Octal 272 257 315 11 17 0 24 406 27 113
Binary 10111010 10101111 11001101 1001 1111 0 10100 100000110 10111 1001011

Color Harmonies of #BAAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAFCD

Black with #BAAFCD

Text Example


Text Example

White with #BAAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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