Html Css Color HEX #BBA8DA Moon Raker

📋 copy color: '#BBA8DA'

red 187 ◦ green 168 ◦ blue 218

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

Shades of Moon Raker #BBA8DA

Tints of Moon Raker #BBA8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.05%

R = 32.64%
G = 29.32%
B = 38.05%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBA8DA (or 0xBBA8DA) is known color: Moon Raker. HEX triplet: BB, A8 and DA. RGB value is (187,168,218). Sum of RGB (Red+Green+Blue) = 187+168+218=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBA8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8DA is #445725. Grayscale: #B3B3B3. Windows color (decimal): -4478758 or 14330043. OLE color: 14330043.

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

Color convert

RGB 187 168 218 -
CMYK 0.14 0.23 0 0.15
HSL 262.8º 0.4% 0.76% -
HSV(B) 262.8º 0.23% 0.85% -
XYZ 47.15 43.63 72.27 -
YUV 179.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 187 168 218 0.14 0.23 0 0.15 262.8 0.4 0.76
Hex BB A8 DA E 17 0 F 107 28 4C
Octal 273 250 332 16 27 0 17 407 50 114
Binary 10111011 10101000 11011010 1110 10111 0 1111 100000111 101000 1001100

Color Harmonies of #BBA8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8DA

Black with #BBA8DA

Text Example


Text Example

White with #BBA8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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