Html Css Color HEX #B6A3CD Biloba Flower

📋 copy color: '#B6A3CD'

red 182 ◦ green 163 ◦ blue 205

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

Shades of Biloba Flower #B6A3CD

Tints of Biloba Flower #B6A3CD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.64%

 BLUE value IS 205 (80.47% from 255) = 37.27%

R = 33.09%
G = 29.64%
B = 37.27%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B6A3CD (or 0xB6A3CD) is known color: Biloba Flower. HEX triplet: B6, A3 and CD. RGB value is (182,163,205). Sum of RGB (Red+Green+Blue) = 182+163+205=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6A3CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A3CD is #495C32. Grayscale: #ADADAD. Windows color (decimal): -4807731 or 13476790. OLE color: 13476790.

HSL color Cylindrical-coordinate representation of color #B6A3CD: hue angle of 267.14º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6A3CD is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 163 205 -
CMYK 0.11 0.20 0 0.20
HSL 267.14º 0.3% 0.72% -
HSV(B) 267.14º 0.2% 0.8% -
XYZ 43.41 40.55 63.3 -
YUV 173.47 145.79 134.08 -
System Red Green Blue C M Y K H S L
Decimal 182 163 205 0.11 0.20 0 0.20 267.14 0.3 0.72
Hex B6 A3 CD B 14 0 14 10B 1E 48
Octal 266 243 315 13 24 0 24 413 36 110
Binary 10110110 10100011 11001101 1011 10100 0 10100 100001011 11110 1001000

Color Harmonies of #B6A3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A3CD

Black with #B6A3CD

Text Example


Text Example

White with #B6A3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A3CD; }

 p { color: rgb(182,163,205); }

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

background-color css

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

 a { background-color: rgb(182,163,205); }

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

border-color css

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

 span { border-color: rgb(182,163,205); }

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