Html Css Color HEX #BAAFDB Moon Raker

📋 copy color: '#BAAFDB'

red 186 ◦ green 175 ◦ blue 219

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

Shades of Moon Raker #BAAFDB

Tints of Moon Raker #BAAFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.76%

R = 32.07%
G = 30.17%
B = 37.76%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAAFDB (or 0xBAAFDB) is known color: Moon Raker. HEX triplet: BA, AF and DB. RGB value is (186,175,219). Sum of RGB (Red+Green+Blue) = 186+175+219=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFDB is #455024. Grayscale: #B7B7B7. Windows color (decimal): -4542501 or 14397370. OLE color: 14397370.

HSL color Cylindrical-coordinate representation of color #BAAFDB: hue angle of 255º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAAFDB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 175 219 -
CMYK 0.15 0.20 0 0.14
HSL 255º 0.38% 0.77% -
HSV(B) 255º 0.2% 0.86% -
XYZ 48.37 46.21 73.39 -
YUV 183.31 148.14 129.92 -
System Red Green Blue C M Y K H S L
Decimal 186 175 219 0.15 0.20 0 0.14 255 0.38 0.77
Hex BA AF DB F 14 0 E FF 26 4D
Octal 272 257 333 17 24 0 16 377 46 115
Binary 10111010 10101111 11011011 1111 10100 0 1110 11111111 100110 1001101

Color Harmonies of #BAAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAFDB

Black with #BAAFDB

Text Example


Text Example

White with #BAAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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