Html Css Color HEX #B095D5 Biloba Flower

📋 copy color: '#B095D5'

red 176 ◦ green 149 ◦ blue 213

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

Shades of Biloba Flower #B095D5

Tints of Biloba Flower #B095D5

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.7%

 BLUE value IS 213 (83.59% from 255) = 39.59%

R = 32.71%
G = 27.7%
B = 39.59%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B095D5 (or 0xB095D5) is known color: Biloba Flower. HEX triplet: B0, 95 and D5. RGB value is (176,149,213). Sum of RGB (Red+Green+Blue) = 176+149+213=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #B095D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095D5 is #4F6A2A. Grayscale: #A4A4A4. Windows color (decimal): -5204523 or 13997488. OLE color: 13997488.

HSL color Cylindrical-coordinate representation of color #B095D5: hue angle of 265.31º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B095D5 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 149 213 -
CMYK 0.17 0.30 0 0.16
HSL 265.31º 0.43% 0.71% -
HSV(B) 265.31º 0.3% 0.84% -
XYZ 40.66 35.53 67.67 -
YUV 164.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 176 149 213 0.17 0.30 0 0.16 265.31 0.43 0.71
Hex B0 95 D5 11 1E 0 10 109 2B 47
Octal 260 225 325 21 36 0 20 411 53 107
Binary 10110000 10010101 11010101 10001 11110 0 10000 100001001 101011 1000111

Color Harmonies of #B095D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B095D5

Black with #B095D5

Text Example


Text Example

White with #B095D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B095D5; }

 p { color: rgb(176,149,213); }

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

background-color css

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

 a { background-color: rgb(176,149,213); }

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

border-color css

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

 span { border-color: rgb(176,149,213); }

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