Html Css Color HEX #B2A0CC Biloba Flower

📋 copy color: '#B2A0CC'

red 178 ◦ green 160 ◦ blue 204

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

Shades of Biloba Flower #B2A0CC

Tints of Biloba Flower #B2A0CC

RGB

 RED value IS 178 (69.92% from 255) = 32.84%

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

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

R = 32.84%
G = 29.52%
B = 37.64%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B2A0CC (or 0xB2A0CC) is known color: Biloba Flower. HEX triplet: B2, A0 and CC. RGB value is (178,160,204). Sum of RGB (Red+Green+Blue) = 178+160+204=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2A0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A0CC is #4D5F33. Grayscale: #AAAAAA. Windows color (decimal): -5070644 or 13410482. OLE color: 13410482.

HSL color Cylindrical-coordinate representation of color #B2A0CC: hue angle of 264.55º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2A0CC is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 160 204 -
CMYK 0.13 0.22 0 0.2
HSL 264.55º 0.3% 0.71% -
HSV(B) 264.55º 0.22% 0.8% -
XYZ 41.83 38.97 62.44 -
YUV 170.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 178 160 204 0.13 0.22 0 0.2 264.55 0.3 0.71
Hex B2 A0 CC D 16 0 14 109 1E 47
Octal 262 240 314 15 26 0 24 411 36 107
Binary 10110010 10100000 11001100 1101 10110 0 10100 100001001 11110 1000111

Color Harmonies of #B2A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A0CC

Black with #B2A0CC

Text Example


Text Example

White with #B2A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A0CC; }

 p { color: rgb(178,160,204); }

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

background-color css

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

 a { background-color: rgb(178,160,204); }

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

border-color css

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

 span { border-color: rgb(178,160,204); }

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