Html Css Color HEX #BBAFE8 Melrose

📋 copy color: '#BBAFE8'

red 187 ◦ green 175 ◦ blue 232

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

Shades of Melrose #BBAFE8

Tints of Melrose #BBAFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.06%

R = 31.48%
G = 29.46%
B = 39.06%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBAFE8 (or 0xBBAFE8) is known color: Melrose. HEX triplet: BB, AF and E8. RGB value is (187,175,232). Sum of RGB (Red+Green+Blue) = 187+175+232=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBAFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFE8 is #445017. Grayscale: #B8B8B8. Windows color (decimal): -4476952 or 15249339. OLE color: 15249339.

HSL color Cylindrical-coordinate representation of color #BBAFE8: hue angle of 252.63º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBAFE8 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 175 232 -
CMYK 0.19 0.25 0 0.09
HSL 252.63º 0.55% 0.8% -
HSV(B) 252.63º 0.25% 0.91% -
XYZ 50.39 47.05 82.77 -
YUV 185.09 154.48 129.37 -
System Red Green Blue C M Y K H S L
Decimal 187 175 232 0.19 0.25 0 0.09 252.63 0.55 0.8
Hex BB AF E8 13 19 0 9 FD 37 50
Octal 273 257 350 23 31 0 11 375 67 120
Binary 10111011 10101111 11101000 10011 11001 0 1001 11111101 110111 1010000

Color Harmonies of #BBAFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFE8

Black with #BBAFE8

Text Example


Text Example

White with #BBAFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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