Html Css Color HEX #B6A4CF Biloba Flower

📋 copy color: '#B6A4CF'

red 182 ◦ green 164 ◦ blue 207

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

Shades of Biloba Flower #B6A4CF

Tints of Biloba Flower #B6A4CF

RGB

 RED value IS 182 (71.48% from 255) = 32.91%

 GREEN value IS 164 (64.45% from 255) = 29.66%

 BLUE value IS 207 (81.25% from 255) = 37.43%

R = 32.91%
G = 29.66%
B = 37.43%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B6A4CF (or 0xB6A4CF) is known color: Biloba Flower. HEX triplet: B6, A4 and CF. RGB value is (182,164,207). Sum of RGB (Red+Green+Blue) = 182+164+207=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6A4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A4CF is #495B30. Grayscale: #AEAEAE. Windows color (decimal): -4807473 or 13608118. OLE color: 13608118.

HSL color Cylindrical-coordinate representation of color #B6A4CF: hue angle of 265.12º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6A4CF is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 164 207 -
CMYK 0.12 0.21 0 0.19
HSL 265.12º 0.31% 0.73% -
HSV(B) 265.12º 0.21% 0.81% -
XYZ 43.83 41 64.64 -
YUV 174.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 182 164 207 0.12 0.21 0 0.19 265.12 0.31 0.73
Hex B6 A4 CF C 15 0 13 109 1F 49
Octal 266 244 317 14 25 0 23 411 37 111
Binary 10110110 10100100 11001111 1100 10101 0 10011 100001001 11111 1001001

Color Harmonies of #B6A4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A4CF

Black with #B6A4CF

Text Example


Text Example

White with #B6A4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A4CF; }

 p { color: rgb(182,164,207); }

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

background-color css

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

 a { background-color: rgb(182,164,207); }

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

border-color css

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

 span { border-color: rgb(182,164,207); }

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