Html Css Color HEX #B7A0CD Biloba Flower

📋 copy color: '#B7A0CD'

red 183 ◦ green 160 ◦ blue 205

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

Shades of Biloba Flower #B7A0CD

Tints of Biloba Flower #B7A0CD

RGB

 RED value IS 183 (71.88% from 255) = 33.39%

 GREEN value IS 160 (62.89% from 255) = 29.2%

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

R = 33.39%
G = 29.2%
B = 37.41%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B7A0CD (or 0xB7A0CD) is known color: Biloba Flower. HEX triplet: B7, A0 and CD. RGB value is (183,160,205). Sum of RGB (Red+Green+Blue) = 183+160+205=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7A0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A0CD is #485F32. Grayscale: #ABABAB. Windows color (decimal): -4742963 or 13476023. OLE color: 13476023.

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

Color convert

RGB 183 160 205 -
CMYK 0.11 0.22 0 0.20
HSL 270.67º 0.31% 0.72% -
HSV(B) 270.67º 0.22% 0.8% -
XYZ 43.12 39.62 63.13 -
YUV 172.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 183 160 205 0.11 0.22 0 0.20 270.67 0.31 0.72
Hex B7 A0 CD B 16 0 14 10F 1F 48
Octal 267 240 315 13 26 0 24 417 37 110
Binary 10110111 10100000 11001101 1011 10110 0 10100 100001111 11111 1001000

Color Harmonies of #B7A0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A0CD

Black with #B7A0CD

Text Example


Text Example

White with #B7A0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A0CD; }

 p { color: rgb(183,160,205); }

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

background-color css

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

 a { background-color: rgb(183,160,205); }

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

border-color css

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

 span { border-color: rgb(183,160,205); }

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