Html Css Color HEX #BBAFD7 Moon Raker

📋 copy color: '#BBAFD7'

red 187 ◦ green 175 ◦ blue 215

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

Shades of Moon Raker #BBAFD7

Tints of Moon Raker #BBAFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.26%

R = 32.41%
G = 30.33%
B = 37.26%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBAFD7 (or 0xBBAFD7) is known color: Moon Raker. HEX triplet: BB, AF and D7. RGB value is (187,175,215). Sum of RGB (Red+Green+Blue) = 187+175+215=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFD7 is #445028. Grayscale: #B7B7B7. Windows color (decimal): -4476969 or 14135227. OLE color: 14135227.

HSL color Cylindrical-coordinate representation of color #BBAFD7: hue angle of 258º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBAFD7 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 175 215 -
CMYK 0.13 0.19 0 0.16
HSL 258º 0.33% 0.76% -
HSV(B) 258º 0.19% 0.84% -
XYZ 48.09 46.13 70.66 -
YUV 183.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 187 175 215 0.13 0.19 0 0.16 258 0.33 0.76
Hex BB AF D7 D 13 0 10 102 21 4C
Octal 273 257 327 15 23 0 20 402 41 114
Binary 10111011 10101111 11010111 1101 10011 0 10000 100000010 100001 1001100

Color Harmonies of #BBAFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFD7

Black with #BBAFD7

Text Example


Text Example

White with #BBAFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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