Html Css Color HEX #BBAFF4 Melrose

📋 copy color: '#BBAFF4'

red 187 ◦ green 175 ◦ blue 244

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

Shades of Melrose #BBAFF4

Tints of Melrose #BBAFF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.26%

R = 30.86%
G = 28.88%
B = 40.26%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBAFF4 (or 0xBBAFF4) is known color: Melrose. HEX triplet: BB, AF and F4. RGB value is (187,175,244). Sum of RGB (Red+Green+Blue) = 187+175+244=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 244 (95.70% from 255 or 40.26% from 606); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBAFF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFF4 is #44500B. Grayscale: #BABABA. Windows color (decimal): -4476940 or 16035771. OLE color: 16035771.

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

Color convert

RGB 187 175 244 -
CMYK 0.23 0.28 0 0.04
HSL 250.43º 0.76% 0.82% -
HSV(B) 250.43º 0.28% 0.96% -
XYZ 52.15 47.76 92.06 -
YUV 186.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 187 175 244 0.23 0.28 0 0.04 250.43 0.76 0.82
Hex BB AF F4 17 1C 0 4 FA 4C 52
Octal 273 257 364 27 34 0 4 372 114 122
Binary 10111011 10101111 11110100 10111 11100 0 100 11111010 1001100 1010010

Color Harmonies of #BBAFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFF4

Black with #BBAFF4

Text Example


Text Example

White with #BBAFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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