Html Css Color HEX #BBA8DB Moon Raker

📋 copy color: '#BBA8DB'

red 187 ◦ green 168 ◦ blue 219

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

Shades of Moon Raker #BBA8DB

Tints of Moon Raker #BBA8DB

RGB

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

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

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

R = 32.58%
G = 29.27%
B = 38.15%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBA8DB (or 0xBBA8DB) is known color: Moon Raker. HEX triplet: BB, A8 and DB. RGB value is (187,168,219). Sum of RGB (Red+Green+Blue) = 187+168+219=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBA8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8DB is #445724. Grayscale: #B3B3B3. Windows color (decimal): -4478757 or 14395579. OLE color: 14395579.

HSL color Cylindrical-coordinate representation of color #BBA8DB: hue angle of 262.35º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBA8DB is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 168 219 -
CMYK 0.15 0.23 0 0.14
HSL 262.35º 0.41% 0.76% -
HSV(B) 262.35º 0.23% 0.86% -
XYZ 47.28 43.68 72.96 -
YUV 179.5 150.29 133.35 -
System Red Green Blue C M Y K H S L
Decimal 187 168 219 0.15 0.23 0 0.14 262.35 0.41 0.76
Hex BB A8 DB F 17 0 E 106 29 4C
Octal 273 250 333 17 27 0 16 406 51 114
Binary 10111011 10101000 11011011 1111 10111 0 1110 100000110 101001 1001100

Color Harmonies of #BBA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8DB

Black with #BBA8DB

Text Example


Text Example

White with #BBA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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