Html Css Color HEX #BFB2ED Melrose

📋 copy color: '#BFB2ED'

red 191 ◦ green 178 ◦ blue 237

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

Shades of Melrose #BFB2ED

Tints of Melrose #BFB2ED

RGB

 RED value IS 191 (75% from 255) = 31.52%

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

 BLUE value IS 237 (92.97% from 255) = 39.11%

R = 31.52%
G = 29.37%
B = 39.11%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFB2ED (or 0xBFB2ED) is known color: Melrose. HEX triplet: BF, B2 and ED. RGB value is (191,178,237). Sum of RGB (Red+Green+Blue) = 191+178+237=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFB2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB2ED is #404D12. Grayscale: #BCBCBC. Windows color (decimal): -4214035 or 15577791. OLE color: 15577791.

HSL color Cylindrical-coordinate representation of color #BFB2ED: hue angle of 253.22º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB2ED is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 178 237 -
CMYK 0.19 0.25 0 0.07
HSL 253.22º 0.62% 0.81% -
HSV(B) 253.22º 0.25% 0.93% -
XYZ 52.69 49.03 86.81 -
YUV 188.61 155.31 129.7 -
System Red Green Blue C M Y K H S L
Decimal 191 178 237 0.19 0.25 0 0.07 253.22 0.62 0.81
Hex BF B2 ED 13 19 0 7 FD 3E 51
Octal 277 262 355 23 31 0 7 375 76 121
Binary 10111111 10110010 11101101 10011 11001 0 111 11111101 111110 1010001

Color Harmonies of #BFB2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB2ED

Black with #BFB2ED

Text Example


Text Example

White with #BFB2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB2ED; }

 p { color: rgb(191,178,237); }

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

background-color css

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

 a { background-color: rgb(191,178,237); }

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

border-color css

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

 span { border-color: rgb(191,178,237); }

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