Html Css Color HEX #B6A4CD Biloba Flower

📋 copy color: '#B6A4CD'

red 182 ◦ green 164 ◦ blue 205

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

Shades of Biloba Flower #B6A4CD

Tints of Biloba Flower #B6A4CD

RGB

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

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

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

R = 33.03%
G = 29.76%
B = 37.21%

CMYK

 C value IS 0.11

 M value IS 0.2

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B6A4CD (or 0xB6A4CD) is known color: Biloba Flower. HEX triplet: B6, A4 and CD. RGB value is (182,164,205). Sum of RGB (Red+Green+Blue) = 182+164+205=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6A4CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A4CD is #495B32. Grayscale: #ADADAD. Windows color (decimal): -4807475 or 13477046. OLE color: 13477046.

HSL color Cylindrical-coordinate representation of color #B6A4CD: hue angle of 266.34º degrees, saturation: 0.29, 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 #B6A4CD is Cyan = 0.11, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 164 205 -
CMYK 0.11 0.2 0 0.20
HSL 266.34º 0.29% 0.72% -
HSV(B) 266.34º 0.2% 0.8% -
XYZ 43.59 40.9 63.36 -
YUV 174.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 182 164 205 0.11 0.2 0 0.20 266.34 0.29 0.72
Hex B6 A4 CD B 14 0 14 10A 1D 48
Octal 266 244 315 13 24 0 24 412 35 110
Binary 10110110 10100100 11001101 1011 10100 0 10100 100001010 11101 1001000

Color Harmonies of #B6A4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A4CD

Black with #B6A4CD

Text Example


Text Example

White with #B6A4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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