Html Css Color HEX #B7A2D8 Biloba Flower

📋 copy color: '#B7A2D8'

red 183 ◦ green 162 ◦ blue 216

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

Shades of Biloba Flower #B7A2D8

Tints of Biloba Flower #B7A2D8

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.88%

 BLUE value IS 216 (84.77% from 255) = 38.5%

R = 32.62%
G = 28.88%
B = 38.5%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B7A2D8 (or 0xB7A2D8) is known color: Biloba Flower. HEX triplet: B7, A2 and D8. RGB value is (183,162,216). Sum of RGB (Red+Green+Blue) = 183+162+216=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #B7A2D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A2D8 is #485D27. Grayscale: #AEAEAE. Windows color (decimal): -4742440 or 14197431. OLE color: 14197431.

HSL color Cylindrical-coordinate representation of color #B7A2D8: hue angle of 263.33º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7A2D8 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 162 216 -
CMYK 0.15 0.25 0 0.15
HSL 263.33º 0.41% 0.74% -
HSV(B) 263.33º 0.25% 0.85% -
XYZ 44.84 40.87 70.49 -
YUV 174.44 151.46 134.11 -
System Red Green Blue C M Y K H S L
Decimal 183 162 216 0.15 0.25 0 0.15 263.33 0.41 0.74
Hex B7 A2 D8 F 19 0 F 107 29 4A
Octal 267 242 330 17 31 0 17 407 51 112
Binary 10110111 10100010 11011000 1111 11001 0 1111 100000111 101001 1001010

Color Harmonies of #B7A2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A2D8

Black with #B7A2D8

Text Example


Text Example

White with #B7A2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A2D8; }

 p { color: rgb(183,162,216); }

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

background-color css

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

 a { background-color: rgb(183,162,216); }

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

border-color css

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

 span { border-color: rgb(183,162,216); }

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