Html Css Color HEX #BFAFFC Melrose

📋 copy color: '#BFAFFC'

red 191 ◦ green 175 ◦ blue 252

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

Shades of Melrose #BFAFFC

Tints of Melrose #BFAFFC

RGB

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

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

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

R = 30.91%
G = 28.32%
B = 40.78%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFAFFC (or 0xBFAFFC) is known color: Melrose. HEX triplet: BF, AF and FC. RGB value is (191,175,252). Sum of RGB (Red+Green+Blue) = 191+175+252=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFAFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAFFC is #405003. Grayscale: #BCBCBC. Windows color (decimal): -4214788 or 16560063. OLE color: 16560063.

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

Color convert

RGB 191 175 252 -
CMYK 0.24 0.31 0 0.01
HSL 252.47º 0.93% 0.84% -
HSV(B) 252.47º 0.31% 0.99% -
XYZ 54.39 48.76 98.64 -
YUV 188.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 191 175 252 0.24 0.31 0 0.01 252.47 0.93 0.84
Hex BF AF FC 18 1F 0 1 FC 5D 54
Octal 277 257 374 30 37 0 1 374 135 124
Binary 10111111 10101111 11111100 11000 11111 0 1 11111100 1011101 1010100

Color Harmonies of #BFAFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAFFC

Black with #BFAFFC

Text Example


Text Example

White with #BFAFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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