Html Css Color HEX #BAAFCF Moon Raker

📋 copy color: '#BAAFCF'

red 186 ◦ green 175 ◦ blue 207

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

Shades of Moon Raker #BAAFCF

Tints of Moon Raker #BAAFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.44%

R = 32.75%
G = 30.81%
B = 36.44%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BAAFCF (or 0xBAAFCF) is known color: Moon Raker. HEX triplet: BA, AF and CF. RGB value is (186,175,207). Sum of RGB (Red+Green+Blue) = 186+175+207=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAAFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFCF is #455030. Grayscale: #B5B5B5. Windows color (decimal): -4542513 or 13610938. OLE color: 13610938.

HSL color Cylindrical-coordinate representation of color #BAAFCF: hue angle of 260.62º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAAFCF is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 175 207 -
CMYK 0.10 0.15 0 0.19
HSL 260.63º 0.25% 0.75% -
HSV(B) 260.63º 0.15% 0.81% -
XYZ 46.84 45.6 65.37 -
YUV 181.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 186 175 207 0.10 0.15 0 0.19 260.63 0.25 0.75
Hex BA AF CF A F 0 13 105 19 4B
Octal 272 257 317 12 17 0 23 405 31 113
Binary 10111010 10101111 11001111 1010 1111 0 10011 100000101 11001 1001011

Color Harmonies of #BAAFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAFCF

Black with #BAAFCF

Text Example


Text Example

White with #BAAFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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