Html Css Color HEX #BBAFDA Moon Raker

📋 copy color: '#BBAFDA'

red 187 ◦ green 175 ◦ blue 218

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

Shades of Moon Raker #BBAFDA

Tints of Moon Raker #BBAFDA

RGB

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

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

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

R = 32.24%
G = 30.17%
B = 37.59%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBAFDA (or 0xBBAFDA) is known color: Moon Raker. HEX triplet: BB, AF and DA. RGB value is (187,175,218). Sum of RGB (Red+Green+Blue) = 187+175+218=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFDA is #445025. Grayscale: #B7B7B7. Windows color (decimal): -4476966 or 14331835. OLE color: 14331835.

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

Color convert

RGB 187 175 218 -
CMYK 0.14 0.20 0 0.15
HSL 256.74º 0.37% 0.77% -
HSV(B) 256.74º 0.2% 0.85% -
XYZ 48.48 46.29 72.71 -
YUV 183.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 187 175 218 0.14 0.20 0 0.15 256.74 0.37 0.77
Hex BB AF DA E 14 0 F 101 25 4D
Octal 273 257 332 16 24 0 17 401 45 115
Binary 10111011 10101111 11011010 1110 10100 0 1111 100000001 100101 1001101

Color Harmonies of #BBAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFDA

Black with #BBAFDA

Text Example


Text Example

White with #BBAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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