Html Css Color HEX #B098CC Biloba Flower

📋 copy color: '#B098CC'

red 176 ◦ green 152 ◦ blue 204

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

Shades of Biloba Flower #B098CC

Tints of Biloba Flower #B098CC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.57%

 BLUE value IS 204 (80.08% from 255) = 38.35%

R = 33.08%
G = 28.57%
B = 38.35%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B098CC (or 0xB098CC) is known color: Biloba Flower. HEX triplet: B0, 98 and CC. RGB value is (176,152,204). Sum of RGB (Red+Green+Blue) = 176+152+204=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #B098CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098CC is #4F6733. Grayscale: #A4A4A4. Windows color (decimal): -5203764 or 13408432. OLE color: 13408432.

HSL color Cylindrical-coordinate representation of color #B098CC: hue angle of 267.69º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B098CC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 152 204 -
CMYK 0.14 0.25 0 0.2
HSL 267.69º 0.34% 0.7% -
HSV(B) 267.69º 0.25% 0.8% -
XYZ 40.03 36.05 61.97 -
YUV 165.1 149.95 135.77 -
System Red Green Blue C M Y K H S L
Decimal 176 152 204 0.14 0.25 0 0.2 267.69 0.34 0.7
Hex B0 98 CC E 19 0 14 10C 22 46
Octal 260 230 314 16 31 0 24 414 42 106
Binary 10110000 10011000 11001100 1110 11001 0 10100 100001100 100010 1000110

Color Harmonies of #B098CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098CC

Black with #B098CC

Text Example


Text Example

White with #B098CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098CC; }

 p { color: rgb(176,152,204); }

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

background-color css

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

 a { background-color: rgb(176,152,204); }

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

border-color css

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

 span { border-color: rgb(176,152,204); }

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