Html Css Color HEX #BDB0F2 Melrose

📋 copy color: '#BDB0F2'

red 189 ◦ green 176 ◦ blue 242

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

Shades of Melrose #BDB0F2

Tints of Melrose #BDB0F2

RGB

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

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

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

R = 31.14%
G = 29%
B = 39.87%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDB0F2 (or 0xBDB0F2) is known color: Melrose. HEX triplet: BD, B0 and F2. RGB value is (189,176,242). Sum of RGB (Red+Green+Blue) = 189+176+242=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDB0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0F2 is #424F0D. Grayscale: #BBBBBB. Windows color (decimal): -4345614 or 15904957. OLE color: 15904957.

HSL color Cylindrical-coordinate representation of color #BDB0F2: hue angle of 251.82º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDB0F2 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 176 242 -
CMYK 0.22 0.27 0 0.05
HSL 251.82º 0.72% 0.82% -
HSV(B) 251.82º 0.27% 0.95% -
XYZ 52.54 48.28 90.55 -
YUV 187.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 189 176 242 0.22 0.27 0 0.05 251.82 0.72 0.82
Hex BD B0 F2 16 1B 0 5 FC 48 52
Octal 275 260 362 26 33 0 5 374 110 122
Binary 10111101 10110000 11110010 10110 11011 0 101 11111100 1001000 1010010

Color Harmonies of #BDB0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB0F2

Black with #BDB0F2

Text Example


Text Example

White with #BDB0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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