Html Css Color HEX #B2A5DC Biloba Flower

📋 copy color: '#B2A5DC'

red 178 ◦ green 165 ◦ blue 220

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

Shades of Biloba Flower #B2A5DC

Tints of Biloba Flower #B2A5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.31%

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 31.62%
G = 29.31%
B = 39.08%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2A5DC (or 0xB2A5DC) is known color: Biloba Flower. HEX triplet: B2, A5 and DC. RGB value is (178,165,220). Sum of RGB (Red+Green+Blue) = 178+165+220=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2A5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A5DC is #4D5A23. Grayscale: #AEAEAE. Windows color (decimal): -5069348 or 14460338. OLE color: 14460338.

HSL color Cylindrical-coordinate representation of color #B2A5DC: hue angle of 254.18º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2A5DC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 165 220 -
CMYK 0.19 0.25 0 0.14
HSL 254.18º 0.44% 0.75% -
HSV(B) 254.18º 0.25% 0.86% -
XYZ 44.73 41.54 73.37 -
YUV 175.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 178 165 220 0.19 0.25 0 0.14 254.18 0.44 0.75
Hex B2 A5 DC 13 19 0 E FE 2C 4B
Octal 262 245 334 23 31 0 16 376 54 113
Binary 10110010 10100101 11011100 10011 11001 0 1110 11111110 101100 1001011

Color Harmonies of #B2A5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A5DC

Black with #B2A5DC

Text Example


Text Example

White with #B2A5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A5DC; }

 p { color: rgb(178,165,220); }

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

background-color css

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

 a { background-color: rgb(178,165,220); }

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

border-color css

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

 span { border-color: rgb(178,165,220); }

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