Html Css Color HEX #BDB0F4 Melrose

📋 copy color: '#BDB0F4'

red 189 ◦ green 176 ◦ blue 244

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

Shades of Melrose #BDB0F4

Tints of Melrose #BDB0F4

RGB

 RED value IS 189 (74.22% from 255) = 31.03%

 GREEN value IS 176 (69.14% from 255) = 28.9%

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

R = 31.03%
G = 28.9%
B = 40.07%

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

#BDB0F4 (or 0xBDB0F4) is known color: Melrose. HEX triplet: BD, B0 and F4. RGB value is (189,176,244). Sum of RGB (Red+Green+Blue) = 189+176+244=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 244 (95.70% from 255 or 40.07% from 609); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDB0F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0F4 is #424F0B. Grayscale: #BBBBBB. Windows color (decimal): -4345612 or 16036029. OLE color: 16036029.

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

Color convert

RGB 189 176 244 -
CMYK 0.23 0.28 0 0.04
HSL 251.47º 0.76% 0.82% -
HSV(B) 251.47º 0.28% 0.96% -
XYZ 52.84 48.4 92.15 -
YUV 187.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 189 176 244 0.23 0.28 0 0.04 251.47 0.76 0.82
Hex BD B0 F4 17 1C 0 4 FB 4C 52
Octal 275 260 364 27 34 0 4 373 114 122
Binary 10111101 10110000 11110100 10111 11100 0 100 11111011 1001100 1010010

Color Harmonies of #BDB0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB0F4

Black with #BDB0F4

Text Example


Text Example

White with #BDB0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB0F4; }

 p { color: rgb(189,176,244); }

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

background-color css

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

 a { background-color: rgb(189,176,244); }

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

border-color css

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

 span { border-color: rgb(189,176,244); }

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