Html Css Color HEX #B298EA Biloba Flower

📋 copy color: '#B298EA'

red 178 ◦ green 152 ◦ blue 234

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

Shades of Biloba Flower #B298EA

Tints of Biloba Flower #B298EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.49%

R = 31.56%
G = 26.95%
B = 41.49%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B298EA (or 0xB298EA) is known color: Biloba Flower. HEX triplet: B2, 98 and EA. RGB value is (178,152,234). Sum of RGB (Red+Green+Blue) = 178+152+234=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #B298EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B298EA is #4D6715. Grayscale: #A8A8A8. Windows color (decimal): -5072662 or 15374514. OLE color: 15374514.

HSL color Cylindrical-coordinate representation of color #B298EA: hue angle of 259.02º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B298EA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 152 234 -
CMYK 0.24 0.35 0 0.08
HSL 259.02º 0.66% 0.76% -
HSV(B) 259.02º 0.35% 0.92% -
XYZ 44.44 37.86 82.81 -
YUV 169.12 164.61 134.33 -
System Red Green Blue C M Y K H S L
Decimal 178 152 234 0.24 0.35 0 0.08 259.02 0.66 0.76
Hex B2 98 EA 18 23 0 8 103 42 4C
Octal 262 230 352 30 43 0 10 403 102 114
Binary 10110010 10011000 11101010 11000 100011 0 1000 100000011 1000010 1001100

Color Harmonies of #B298EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B298EA

Black with #B298EA

Text Example


Text Example

White with #B298EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B298EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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