Html Css Color HEX #BBADFC Melrose

📋 copy color: '#BBADFC'

red 187 ◦ green 173 ◦ blue 252

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

Shades of Melrose #BBADFC

Tints of Melrose #BBADFC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.27%

 BLUE value IS 252 (98.83% from 255) = 41.18%

R = 30.56%
G = 28.27%
B = 41.18%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBADFC (or 0xBBADFC) is known color: Melrose. HEX triplet: BB, AD and FC. RGB value is (187,173,252). Sum of RGB (Red+Green+Blue) = 187+173+252=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADFC is #445203. Grayscale: #B9B9B9. Windows color (decimal): -4477444 or 16559547. OLE color: 16559547.

HSL color Cylindrical-coordinate representation of color #BBADFC: hue angle of 250.63º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBADFC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 173 252 -
CMYK 0.26 0.31 0 0.01
HSL 250.63º 0.93% 0.83% -
HSV(B) 250.63º 0.31% 0.99% -
XYZ 53.01 47.48 98.47 -
YUV 186.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 187 173 252 0.26 0.31 0 0.01 250.63 0.93 0.83
Hex BB AD FC 1A 1F 0 1 FB 5D 53
Octal 273 255 374 32 37 0 1 373 135 123
Binary 10111011 10101101 11111100 11010 11111 0 1 11111011 1011101 1010011

Color Harmonies of #BBADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADFC

Black with #BBADFC

Text Example


Text Example

White with #BBADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADFC; }

 p { color: rgb(187,173,252); }

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

background-color css

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

 a { background-color: rgb(187,173,252); }

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

border-color css

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

 span { border-color: rgb(187,173,252); }

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