Html Css Color HEX #BFAFF2 Melrose

📋 copy color: '#BFAFF2'

red 191 ◦ green 175 ◦ blue 242

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

Shades of Melrose #BFAFF2

Tints of Melrose #BFAFF2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.78%

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

R = 31.41%
G = 28.78%
B = 39.8%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFAFF2 (or 0xBFAFF2) is known color: Melrose. HEX triplet: BF, AF and F2. RGB value is (191,175,242). Sum of RGB (Red+Green+Blue) = 191+175+242=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFAFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAFF2 is #40500D. Grayscale: #BBBBBB. Windows color (decimal): -4214798 or 15904703. OLE color: 15904703.

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

Color convert

RGB 191 175 242 -
CMYK 0.21 0.28 0 0.05
HSL 254.33º 0.72% 0.82% -
HSV(B) 254.33º 0.28% 0.95% -
XYZ 52.84 48.15 90.51 -
YUV 187.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 191 175 242 0.21 0.28 0 0.05 254.33 0.72 0.82
Hex BF AF F2 15 1C 0 5 FE 48 52
Octal 277 257 362 25 34 0 5 376 110 122
Binary 10111111 10101111 11110010 10101 11100 0 101 11111110 1001000 1010010

Color Harmonies of #BFAFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAFF2

Black with #BFAFF2

Text Example


Text Example

White with #BFAFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAFF2; }

 p { color: rgb(191,175,242); }

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

background-color css

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

 a { background-color: rgb(191,175,242); }

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

border-color css

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

 span { border-color: rgb(191,175,242); }

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