Html Css Color HEX #BBA8DF Moon Raker

📋 copy color: '#BBA8DF'

red 187 ◦ green 168 ◦ blue 223

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

Shades of Moon Raker #BBA8DF

Tints of Moon Raker #BBA8DF

RGB

 RED value IS 187 (73.44% from 255) = 32.35%

 GREEN value IS 168 (66.02% from 255) = 29.07%

 BLUE value IS 223 (87.5% from 255) = 38.58%

R = 32.35%
G = 29.07%
B = 38.58%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBA8DF (or 0xBBA8DF) is known color: Moon Raker. HEX triplet: BB, A8 and DF. RGB value is (187,168,223). Sum of RGB (Red+Green+Blue) = 187+168+223=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8DF is #445720. Grayscale: #B3B3B3. Windows color (decimal): -4478753 or 14657723. OLE color: 14657723.

HSL color Cylindrical-coordinate representation of color #BBA8DF: hue angle of 260.73º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBA8DF is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 168 223 -
CMYK 0.16 0.25 0 0.13
HSL 260.73º 0.46% 0.77% -
HSV(B) 260.73º 0.25% 0.87% -
XYZ 47.82 43.9 75.77 -
YUV 179.95 152.29 133.03 -
System Red Green Blue C M Y K H S L
Decimal 187 168 223 0.16 0.25 0 0.13 260.73 0.46 0.77
Hex BB A8 DF 10 19 0 D 105 2E 4D
Octal 273 250 337 20 31 0 15 405 56 115
Binary 10111011 10101000 11011111 10000 11001 0 1101 100000101 101110 1001101

Color Harmonies of #BBA8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8DF

Black with #BBA8DF

Text Example


Text Example

White with #BBA8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8DF; }

 p { color: rgb(187,168,223); }

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

background-color css

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

 a { background-color: rgb(187,168,223); }

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

border-color css

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

 span { border-color: rgb(187,168,223); }

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