Html Css Color HEX #B0A2CF Biloba Flower

📋 copy color: '#B0A2CF'

red 176 ◦ green 162 ◦ blue 207

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

Shades of Biloba Flower #B0A2CF

Tints of Biloba Flower #B0A2CF

RGB

 RED value IS 176 (69.14% from 255) = 32.29%

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

 BLUE value IS 207 (81.25% from 255) = 37.98%

R = 32.29%
G = 29.72%
B = 37.98%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B0A2CF (or 0xB0A2CF) is known color: Biloba Flower. HEX triplet: B0, A2 and CF. RGB value is (176,162,207). Sum of RGB (Red+Green+Blue) = 176+162+207=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0A2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A2CF is #4F5D30. Grayscale: #ABABAB. Windows color (decimal): -5201201 or 13607600. OLE color: 13607600.

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

Color convert

RGB 176 162 207 -
CMYK 0.15 0.22 0 0.19
HSL 258.67º 0.32% 0.72% -
HSV(B) 258.67º 0.22% 0.81% -
XYZ 42.09 39.58 64.45 -
YUV 171.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 176 162 207 0.15 0.22 0 0.19 258.67 0.32 0.72
Hex B0 A2 CF F 16 0 13 103 20 48
Octal 260 242 317 17 26 0 23 403 40 110
Binary 10110000 10100010 11001111 1111 10110 0 10011 100000011 100000 1001000

Color Harmonies of #B0A2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A2CF

Black with #B0A2CF

Text Example


Text Example

White with #B0A2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A2CF; }

 p { color: rgb(176,162,207); }

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

background-color css

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

 a { background-color: rgb(176,162,207); }

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

border-color css

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

 span { border-color: rgb(176,162,207); }

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