Html Css Color HEX #B7A1CD Biloba Flower

📋 copy color: '#B7A1CD'

red 183 ◦ green 161 ◦ blue 205

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

Shades of Biloba Flower #B7A1CD

Tints of Biloba Flower #B7A1CD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.33%

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

R = 33.33%
G = 29.33%
B = 37.34%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B7A1CD (or 0xB7A1CD) is known color: Biloba Flower. HEX triplet: B7, A1 and CD. RGB value is (183,161,205). Sum of RGB (Red+Green+Blue) = 183+161+205=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A1CD is #485E32. Grayscale: #ACACAC. Windows color (decimal): -4742707 or 13476279. OLE color: 13476279.

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

Color convert

RGB 183 161 205 -
CMYK 0.11 0.21 0 0.20
HSL 270º 0.31% 0.72% -
HSV(B) 270º 0.21% 0.8% -
XYZ 43.29 39.96 63.19 -
YUV 172.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 183 161 205 0.11 0.21 0 0.20 270 0.31 0.72
Hex B7 A1 CD B 15 0 14 10E 1F 48
Octal 267 241 315 13 25 0 24 416 37 110
Binary 10110111 10100001 11001101 1011 10101 0 10100 100001110 11111 1001000

Color Harmonies of #B7A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A1CD

Black with #B7A1CD

Text Example


Text Example

White with #B7A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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