Html Css Color HEX #BBAFDB Moon Raker

📋 copy color: '#BBAFDB'

red 187 ◦ green 175 ◦ blue 219

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

Shades of Moon Raker #BBAFDB

Tints of Moon Raker #BBAFDB

RGB

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

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

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

R = 32.19%
G = 30.12%
B = 37.69%

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

#BBAFDB (or 0xBBAFDB) is known color: Moon Raker. HEX triplet: BB, AF and DB. RGB value is (187,175,219). Sum of RGB (Red+Green+Blue) = 187+175+219=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFDB is #445024. Grayscale: #B7B7B7. Windows color (decimal): -4476965 or 14397371. OLE color: 14397371.

HSL color Cylindrical-coordinate representation of color #BBAFDB: hue angle of 256.36º 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 #BBAFDB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 175 219 -
CMYK 0.15 0.20 0 0.14
HSL 256.36º 0.38% 0.77% -
HSV(B) 256.36º 0.2% 0.86% -
XYZ 48.61 46.34 73.4 -
YUV 183.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 187 175 219 0.15 0.20 0 0.14 256.36 0.38 0.77
Hex BB AF DB F 14 0 E 100 26 4D
Octal 273 257 333 17 24 0 16 400 46 115
Binary 10111011 10101111 11011011 1111 10100 0 1110 100000000 100110 1001101

Color Harmonies of #BBAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFDB

Black with #BBAFDB

Text Example


Text Example

White with #BBAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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