Html Css Color HEX #B088FE Biloba Flower

📋 copy color: '#B088FE'

red 176 ◦ green 136 ◦ blue 254

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

Shades of Biloba Flower #B088FE

Tints of Biloba Flower #B088FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.88%

R = 31.1%
G = 24.03%
B = 44.88%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B088FE (or 0xB088FE) is known color: Biloba Flower. HEX triplet: B0, 88 and FE. RGB value is (176,136,254). Sum of RGB (Red+Green+Blue) = 176+136+254=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #B088FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B088FE is #4F7701. Grayscale: #A0A0A0. Windows color (decimal): -5207810 or 16681136. OLE color: 16681136.

HSL color Cylindrical-coordinate representation of color #B088FE: hue angle of 260.34º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B088FE is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 136 254 -
CMYK 0.31 0.46 0 0.00
HSL 260.34º 0.98% 0.76% -
HSV(B) 260.34º 0.46% 1% -
XYZ 44.6 33.99 97.98 -
YUV 161.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 176 136 254 0.31 0.46 0 0.00 260.34 0.98 0.76
Hex B0 88 FE 1F 2E 0 0 104 62 4C
Octal 260 210 376 37 56 0 0 404 142 114
Binary 10110000 10001000 11111110 11111 101110 0 0 100000100 1100010 1001100

Color Harmonies of #B088FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B088FE

Black with #B088FE

Text Example


Text Example

White with #B088FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B088FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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