Html Css Color HEX #BAAFCC Moon Raker

📋 copy color: '#BAAFCC'

red 186 ◦ green 175 ◦ blue 204

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

Shades of Moon Raker #BAAFCC

Tints of Moon Raker #BAAFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.11%

R = 32.92%
G = 30.97%
B = 36.11%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BAAFCC (or 0xBAAFCC) is known color: Moon Raker. HEX triplet: BA, AF and CC. RGB value is (186,175,204). Sum of RGB (Red+Green+Blue) = 186+175+204=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAAFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFCC is #455033. Grayscale: #B5B5B5. Windows color (decimal): -4542516 or 13414330. OLE color: 13414330.

HSL color Cylindrical-coordinate representation of color #BAAFCC: hue angle of 262.76º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAAFCC is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 175 204 -
CMYK 0.09 0.14 0 0.2
HSL 262.76º 0.22% 0.74% -
HSV(B) 262.76º 0.14% 0.8% -
XYZ 46.48 45.46 63.45 -
YUV 181.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 186 175 204 0.09 0.14 0 0.2 262.76 0.22 0.74
Hex BA AF CC 9 E 0 14 107 16 4A
Octal 272 257 314 11 16 0 24 407 26 112
Binary 10111010 10101111 11001100 1001 1110 0 10100 100000111 10110 1001010

Color Harmonies of #BAAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAFCC

Black with #BAAFCC

Text Example


Text Example

White with #BAAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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