Html Css Color HEX #B088DA Biloba Flower

📋 copy color: '#B088DA'

red 176 ◦ green 136 ◦ blue 218

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

Shades of Biloba Flower #B088DA

Tints of Biloba Flower #B088DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 33.21%
G = 25.66%
B = 41.13%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B088DA (or 0xB088DA) is known color: Biloba Flower. HEX triplet: B0, 88 and DA. RGB value is (176,136,218). Sum of RGB (Red+Green+Blue) = 176+136+218=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #B088DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088DA is #4F7725. Grayscale: #9D9D9D. Windows color (decimal): -5207846 or 14321840. OLE color: 14321840.

HSL color Cylindrical-coordinate representation of color #B088DA: hue angle of 269.27º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B088DA is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 136 218 -
CMYK 0.19 0.38 0 0.15
HSL 269.27º 0.53% 0.69% -
HSV(B) 269.27º 0.38% 0.85% -
XYZ 39.36 31.9 70.41 -
YUV 157.31 162.25 141.33 -
System Red Green Blue C M Y K H S L
Decimal 176 136 218 0.19 0.38 0 0.15 269.27 0.53 0.69
Hex B0 88 DA 13 26 0 F 10D 35 45
Octal 260 210 332 23 46 0 17 415 65 105
Binary 10110000 10001000 11011010 10011 100110 0 1111 100001101 110101 1000101

Color Harmonies of #B088DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B088DA

Black with #B088DA

Text Example


Text Example

White with #B088DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B088DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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