Html Css Color HEX #BBAFD6 Moon Raker

📋 copy color: '#BBAFD6'

red 187 ◦ green 175 ◦ blue 214

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

Shades of Moon Raker #BBAFD6

Tints of Moon Raker #BBAFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.15%

R = 32.47%
G = 30.38%
B = 37.15%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBAFD6 (or 0xBBAFD6) is known color: Moon Raker. HEX triplet: BB, AF and D6. RGB value is (187,175,214). Sum of RGB (Red+Green+Blue) = 187+175+214=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBAFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFD6 is #445029. Grayscale: #B6B6B6. Windows color (decimal): -4476970 or 14069691. OLE color: 14069691.

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

Color convert

RGB 187 175 214 -
CMYK 0.13 0.18 0 0.16
HSL 258.46º 0.32% 0.76% -
HSV(B) 258.46º 0.18% 0.84% -
XYZ 47.96 46.08 69.98 -
YUV 183.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 187 175 214 0.13 0.18 0 0.16 258.46 0.32 0.76
Hex BB AF D6 D 12 0 10 102 20 4C
Octal 273 257 326 15 22 0 20 402 40 114
Binary 10111011 10101111 11010110 1101 10010 0 10000 100000010 100000 1001100

Color Harmonies of #BBAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFD6

Black with #BBAFD6

Text Example


Text Example

White with #BBAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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