Html Css Color HEX #B095EC Biloba Flower

📋 copy color: '#B095EC'

red 176 ◦ green 149 ◦ blue 236

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

Shades of Biloba Flower #B095EC

Tints of Biloba Flower #B095EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.07%

R = 31.37%
G = 26.56%
B = 42.07%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B095EC (or 0xB095EC) is known color: Biloba Flower. HEX triplet: B0, 95 and EC. RGB value is (176,149,236). Sum of RGB (Red+Green+Blue) = 176+149+236=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #B095EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B095EC is #4F6A13. Grayscale: #A6A6A6. Windows color (decimal): -5204500 or 15504816. OLE color: 15504816.

HSL color Cylindrical-coordinate representation of color #B095EC: hue angle of 258.62º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B095EC is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 149 236 -
CMYK 0.25 0.37 0 0.07
HSL 258.62º 0.7% 0.75% -
HSV(B) 258.62º 0.37% 0.93% -
XYZ 43.79 36.78 84.15 -
YUV 166.99 166.95 134.43 -
System Red Green Blue C M Y K H S L
Decimal 176 149 236 0.25 0.37 0 0.07 258.62 0.7 0.75
Hex B0 95 EC 19 25 0 7 103 46 4B
Octal 260 225 354 31 45 0 7 403 106 113
Binary 10110000 10010101 11101100 11001 100101 0 111 100000011 1000110 1001011

Color Harmonies of #B095EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B095EC

Black with #B095EC

Text Example


Text Example

White with #B095EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B095EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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