Html Css Color HEX #BBAFF2 Melrose

📋 copy color: '#BBAFF2'

red 187 ◦ green 175 ◦ blue 242

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

Shades of Melrose #BBAFF2

Tints of Melrose #BBAFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.07%

R = 30.96%
G = 28.97%
B = 40.07%

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

#BBAFF2 (or 0xBBAFF2) is known color: Melrose. HEX triplet: BB, AF and F2. RGB value is (187,175,242). Sum of RGB (Red+Green+Blue) = 187+175+242=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBAFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFF2 is #44500D. Grayscale: #B9B9B9. Windows color (decimal): -4476942 or 15904699. OLE color: 15904699.

HSL color Cylindrical-coordinate representation of color #BBAFF2: hue angle of 250.75º degrees, saturation: 0.72, 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 #BBAFF2 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 175 242 -
CMYK 0.23 0.28 0 0.05
HSL 250.75º 0.72% 0.82% -
HSV(B) 250.75º 0.28% 0.95% -
XYZ 51.85 47.64 90.47 -
YUV 186.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 187 175 242 0.23 0.28 0 0.05 250.75 0.72 0.82
Hex BB AF F2 17 1C 0 5 FB 48 52
Octal 273 257 362 27 34 0 5 373 110 122
Binary 10111011 10101111 11110010 10111 11100 0 101 11111011 1001000 1010010

Color Harmonies of #BBAFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFF2

Black with #BBAFF2

Text Example


Text Example

White with #BBAFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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