Html Css Color HEX #B088EF Biloba Flower

📋 copy color: '#B088EF'

red 176 ◦ green 136 ◦ blue 239

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

Shades of Biloba Flower #B088EF

Tints of Biloba Flower #B088EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.38%

R = 31.94%
G = 24.68%
B = 43.38%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B088EF (or 0xB088EF) is known color: Biloba Flower. HEX triplet: B0, 88 and EF. RGB value is (176,136,239). Sum of RGB (Red+Green+Blue) = 176+136+239=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #B088EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B088EF is #4F7710. Grayscale: #9F9F9F. Windows color (decimal): -5207825 or 15698096. OLE color: 15698096.

HSL color Cylindrical-coordinate representation of color #B088EF: hue angle of 263.3º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B088EF is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 136 239 -
CMYK 0.26 0.43 0 0.06
HSL 263.3º 0.76% 0.74% -
HSV(B) 263.3º 0.43% 0.94% -
XYZ 42.29 33.07 85.82 -
YUV 159.7 172.75 139.62 -
System Red Green Blue C M Y K H S L
Decimal 176 136 239 0.26 0.43 0 0.06 263.3 0.76 0.74
Hex B0 88 EF 1A 2B 0 6 107 4C 4A
Octal 260 210 357 32 53 0 6 407 114 112
Binary 10110000 10001000 11101111 11010 101011 0 110 100000111 1001100 1001010

Color Harmonies of #B088EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B088EF

Black with #B088EF

Text Example


Text Example

White with #B088EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B088EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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