Html Css Color HEX #B6A5CD Biloba Flower

📋 copy color: '#B6A5CD'

red 182 ◦ green 165 ◦ blue 205

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

Shades of Biloba Flower #B6A5CD

Tints of Biloba Flower #B6A5CD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.89%

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

R = 32.97%
G = 29.89%
B = 37.14%

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

#B6A5CD (or 0xB6A5CD) is known color: Biloba Flower. HEX triplet: B6, A5 and CD. RGB value is (182,165,205). Sum of RGB (Red+Green+Blue) = 182+165+205=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6A5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A5CD is #495A32. Grayscale: #AEAEAE. Windows color (decimal): -4807219 or 13477302. OLE color: 13477302.

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

Color convert

RGB 182 165 205 -
CMYK 0.11 0.20 0 0.20
HSL 265.5º 0.29% 0.73% -
HSV(B) 265.5º 0.2% 0.8% -
XYZ 43.77 41.26 63.42 -
YUV 174.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 182 165 205 0.11 0.20 0 0.20 265.5 0.29 0.73
Hex B6 A5 CD B 14 0 14 10A 1D 49
Octal 266 245 315 13 24 0 24 412 35 111
Binary 10110110 10100101 11001101 1011 10100 0 10100 100001010 11101 1001001

Color Harmonies of #B6A5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A5CD

Black with #B6A5CD

Text Example


Text Example

White with #B6A5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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