Html Css Color HEX #B298EC Biloba Flower

📋 copy color: '#B298EC'

red 178 ◦ green 152 ◦ blue 236

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

Shades of Biloba Flower #B298EC

Tints of Biloba Flower #B298EC

RGB

 RED value IS 178 (69.92% from 255) = 31.45%

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

 BLUE value IS 236 (92.58% from 255) = 41.7%

R = 31.45%
G = 26.86%
B = 41.7%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B298EC (or 0xB298EC) is known color: Biloba Flower. HEX triplet: B2, 98 and EC. RGB value is (178,152,236). Sum of RGB (Red+Green+Blue) = 178+152+236=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #B298EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B298EC is #4D6713. Grayscale: #A9A9A9. Windows color (decimal): -5072660 or 15505586. OLE color: 15505586.

HSL color Cylindrical-coordinate representation of color #B298EC: hue angle of 258.57º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B298EC is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 152 236 -
CMYK 0.25 0.36 0 0.07
HSL 258.57º 0.69% 0.76% -
HSV(B) 258.57º 0.36% 0.93% -
XYZ 44.73 37.98 84.33 -
YUV 169.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 178 152 236 0.25 0.36 0 0.07 258.57 0.69 0.76
Hex B2 98 EC 19 24 0 7 103 45 4C
Octal 262 230 354 31 44 0 7 403 105 114
Binary 10110010 10011000 11101100 11001 100100 0 111 100000011 1000101 1001100

Color Harmonies of #B298EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B298EC

Black with #B298EC

Text Example


Text Example

White with #B298EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B298EC; }

 p { color: rgb(178,152,236); }

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

background-color css

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

 a { background-color: rgb(178,152,236); }

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

border-color css

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

 span { border-color: rgb(178,152,236); }

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