Html Css Color HEX #B088D8 Biloba Flower

📋 copy color: '#B088D8'

red 176 ◦ green 136 ◦ blue 216

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

Shades of Biloba Flower #B088D8

Tints of Biloba Flower #B088D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.91%

R = 33.33%
G = 25.76%
B = 40.91%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B088D8 (or 0xB088D8) is known color: Biloba Flower. HEX triplet: B0, 88 and D8. RGB value is (176,136,216). Sum of RGB (Red+Green+Blue) = 176+136+216=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #B088D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088D8 is #4F7727. Grayscale: #9C9C9C. Windows color (decimal): -5207848 or 14190768. OLE color: 14190768.

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

Color convert

RGB 176 136 216 -
CMYK 0.19 0.37 0 0.15
HSL 270º 0.51% 0.69% -
HSV(B) 270º 0.37% 0.85% -
XYZ 39.1 31.8 69.04 -
YUV 157.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 176 136 216 0.19 0.37 0 0.15 270 0.51 0.69
Hex B0 88 D8 13 25 0 F 10E 33 45
Octal 260 210 330 23 45 0 17 416 63 105
Binary 10110000 10001000 11011000 10011 100101 0 1111 100001110 110011 1000101

Color Harmonies of #B088D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B088D8

Black with #B088D8

Text Example


Text Example

White with #B088D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B088D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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