Html Css Color HEX #B088EC Biloba Flower

📋 copy color: '#B088EC'

red 176 ◦ green 136 ◦ blue 236

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

Shades of Biloba Flower #B088EC

Tints of Biloba Flower #B088EC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.82%

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

R = 32.12%
G = 24.82%
B = 43.07%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B088EC (or 0xB088EC) is known color: Biloba Flower. HEX triplet: B0, 88 and EC. RGB value is (176,136,236). Sum of RGB (Red+Green+Blue) = 176+136+236=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #B088EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B088EC is #4F7713. Grayscale: #9F9F9F. Windows color (decimal): -5207828 or 15501488. OLE color: 15501488.

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

Color convert

RGB 176 136 236 -
CMYK 0.25 0.42 0 0.07
HSL 264º 0.72% 0.73% -
HSV(B) 264º 0.42% 0.93% -
XYZ 41.85 32.89 83.5 -
YUV 159.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 176 136 236 0.25 0.42 0 0.07 264 0.72 0.73
Hex B0 88 EC 19 2A 0 7 108 48 49
Octal 260 210 354 31 52 0 7 410 110 111
Binary 10110000 10001000 11101100 11001 101010 0 111 100001000 1001000 1001001

Color Harmonies of #B088EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B088EC

Black with #B088EC

Text Example


Text Example

White with #B088EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B088EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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