Html Css Color HEX #BBAFF3 Melrose

📋 copy color: '#BBAFF3'

red 187 ◦ green 175 ◦ blue 243

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

Shades of Melrose #BBAFF3

Tints of Melrose #BBAFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.17%

R = 30.91%
G = 28.93%
B = 40.17%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBAFF3 (or 0xBBAFF3) is known color: Melrose. HEX triplet: BB, AF and F3. RGB value is (187,175,243). Sum of RGB (Red+Green+Blue) = 187+175+243=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 243 (95.31% from 255 or 40.17% from 605); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBAFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFF3 is #44500C. Grayscale: #BABABA. Windows color (decimal): -4476941 or 15970235. OLE color: 15970235.

HSL color Cylindrical-coordinate representation of color #BBAFF3: hue angle of 250.59º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBAFF3 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 175 243 -
CMYK 0.23 0.28 0 0.05
HSL 250.59º 0.74% 0.82% -
HSV(B) 250.59º 0.28% 0.95% -
XYZ 52 47.7 91.26 -
YUV 186.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 187 175 243 0.23 0.28 0 0.05 250.59 0.74 0.82
Hex BB AF F3 17 1C 0 5 FB 4A 52
Octal 273 257 363 27 34 0 5 373 112 122
Binary 10111011 10101111 11110011 10111 11100 0 101 11111011 1001010 1010010

Color Harmonies of #BBAFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFF3

Black with #BBAFF3

Text Example


Text Example

White with #BBAFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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