Html Css Color HEX #BBB2F9 Melrose

📋 copy color: '#BBB2F9'

red 187 ◦ green 178 ◦ blue 249

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

Shades of Melrose #BBB2F9

Tints of Melrose #BBB2F9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.99%

 BLUE value IS 249 (97.66% from 255) = 40.55%

R = 30.46%
G = 28.99%
B = 40.55%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBB2F9 (or 0xBBB2F9) is known color: Melrose. HEX triplet: BB, B2 and F9. RGB value is (187,178,249). Sum of RGB (Red+Green+Blue) = 187+178+249=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBB2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2F9 is #444D06. Grayscale: #BCBCBC. Windows color (decimal): -4476167 or 16364219. OLE color: 16364219.

HSL color Cylindrical-coordinate representation of color #BBB2F9: hue angle of 247.61º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBB2F9 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 178 249 -
CMYK 0.25 0.29 0 0.02
HSL 247.61º 0.86% 0.84% -
HSV(B) 247.61º 0.29% 0.98% -
XYZ 53.51 49.25 96.31 -
YUV 188.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 187 178 249 0.25 0.29 0 0.02 247.61 0.86 0.84
Hex BB B2 F9 19 1D 0 2 F8 56 54
Octal 273 262 371 31 35 0 2 370 126 124
Binary 10111011 10110010 11111001 11001 11101 0 10 11111000 1010110 1010100

Color Harmonies of #BBB2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB2F9

Black with #BBB2F9

Text Example


Text Example

White with #BBB2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB2F9; }

 p { color: rgb(187,178,249); }

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

background-color css

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

 a { background-color: rgb(187,178,249); }

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

border-color css

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

 span { border-color: rgb(187,178,249); }

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