Html Css Color HEX #B7A2CC Biloba Flower

📋 copy color: '#B7A2CC'

red 183 ◦ green 162 ◦ blue 204

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

Shades of Biloba Flower #B7A2CC

Tints of Biloba Flower #B7A2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.16%

R = 33.33%
G = 29.51%
B = 37.16%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B7A2CC (or 0xB7A2CC) is known color: Biloba Flower. HEX triplet: B7, A2 and CC. RGB value is (183,162,204). Sum of RGB (Red+Green+Blue) = 183+162+204=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7A2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A2CC is #485D33. Grayscale: #ACACAC. Windows color (decimal): -4742452 or 13410999. OLE color: 13410999.

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

Color convert

RGB 183 162 204 -
CMYK 0.10 0.21 0 0.2
HSL 270º 0.29% 0.72% -
HSV(B) 270º 0.21% 0.8% -
XYZ 43.35 40.27 62.61 -
YUV 173.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 183 162 204 0.10 0.21 0 0.2 270 0.29 0.72
Hex B7 A2 CC A 15 0 14 10E 1D 48
Octal 267 242 314 12 25 0 24 416 35 110
Binary 10110111 10100010 11001100 1010 10101 0 10100 100001110 11101 1001000

Color Harmonies of #B7A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A2CC

Black with #B7A2CC

Text Example


Text Example

White with #B7A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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