Html Css Color HEX #B2A2CE Biloba Flower

📋 copy color: '#B2A2CE'

red 178 ◦ green 162 ◦ blue 206

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

Shades of Biloba Flower #B2A2CE

Tints of Biloba Flower #B2A2CE

RGB

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

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

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

R = 32.6%
G = 29.67%
B = 37.73%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B2A2CE (or 0xB2A2CE) is known color: Biloba Flower. HEX triplet: B2, A2 and CE. RGB value is (178,162,206). Sum of RGB (Red+Green+Blue) = 178+162+206=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2A2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A2CE is #4D5D31. Grayscale: #ABABAB. Windows color (decimal): -5070130 or 13542066. OLE color: 13542066.

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

Color convert

RGB 178 162 206 -
CMYK 0.14 0.21 0 0.19
HSL 261.82º 0.31% 0.72% -
HSV(B) 261.82º 0.21% 0.81% -
XYZ 42.42 39.76 63.83 -
YUV 171.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 178 162 206 0.14 0.21 0 0.19 261.82 0.31 0.72
Hex B2 A2 CE E 15 0 13 106 1F 48
Octal 262 242 316 16 25 0 23 406 37 110
Binary 10110010 10100010 11001110 1110 10101 0 10011 100000110 11111 1001000

Color Harmonies of #B2A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A2CE

Black with #B2A2CE

Text Example


Text Example

White with #B2A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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