Html Css Color HEX #B2A8CE Biloba Flower

📋 copy color: '#B2A8CE'

red 178 ◦ green 168 ◦ blue 206

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

Shades of Biloba Flower #B2A8CE

Tints of Biloba Flower #B2A8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.43%

 BLUE value IS 206 (80.86% from 255) = 37.32%

R = 32.25%
G = 30.43%
B = 37.32%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B2A8CE (or 0xB2A8CE) is known color: Biloba Flower. HEX triplet: B2, A8 and CE. RGB value is (178,168,206). Sum of RGB (Red+Green+Blue) = 178+168+206=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A8CE is #4D5731. Grayscale: #AFAFAF. Windows color (decimal): -5068594 or 13543602. OLE color: 13543602.

HSL color Cylindrical-coordinate representation of color #B2A8CE: hue angle of 255.79º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2A8CE is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 168 206 -
CMYK 0.14 0.18 0 0.19
HSL 255.79º 0.28% 0.73% -
HSV(B) 255.79º 0.18% 0.81% -
XYZ 43.5 41.93 64.19 -
YUV 175.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 178 168 206 0.14 0.18 0 0.19 255.79 0.28 0.73
Hex B2 A8 CE E 12 0 13 100 1C 49
Octal 262 250 316 16 22 0 23 400 34 111
Binary 10110010 10101000 11001110 1110 10010 0 10011 100000000 11100 1001001

Color Harmonies of #B2A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A8CE

Black with #B2A8CE

Text Example


Text Example

White with #B2A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A8CE; }

 p { color: rgb(178,168,206); }

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

background-color css

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

 a { background-color: rgb(178,168,206); }

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

border-color css

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

 span { border-color: rgb(178,168,206); }

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