Html Css Color HEX #B2A5DE Biloba Flower

📋 copy color: '#B2A5DE'

red 178 ◦ green 165 ◦ blue 222

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

Shades of Biloba Flower #B2A5DE

Tints of Biloba Flower #B2A5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.29%

R = 31.5%
G = 29.2%
B = 39.29%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2A5DE (or 0xB2A5DE) is known color: Biloba Flower. HEX triplet: B2, A5 and DE. RGB value is (178,165,222). Sum of RGB (Red+Green+Blue) = 178+165+222=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2A5DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A5DE is #4D5A21. Grayscale: #AFAFAF. Windows color (decimal): -5069346 or 14591410. OLE color: 14591410.

HSL color Cylindrical-coordinate representation of color #B2A5DE: hue angle of 253.68º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2A5DE is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 165 222 -
CMYK 0.20 0.26 0 0.13
HSL 253.68º 0.46% 0.76% -
HSV(B) 253.68º 0.26% 0.87% -
XYZ 45 41.65 74.77 -
YUV 175.39 154.31 129.87 -
System Red Green Blue C M Y K H S L
Decimal 178 165 222 0.20 0.26 0 0.13 253.68 0.46 0.76
Hex B2 A5 DE 14 1A 0 D FE 2E 4C
Octal 262 245 336 24 32 0 15 376 56 114
Binary 10110010 10100101 11011110 10100 11010 0 1101 11111110 101110 1001100

Color Harmonies of #B2A5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A5DE

Black with #B2A5DE

Text Example


Text Example

White with #B2A5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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