Html Css Color HEX #B299EA Biloba Flower

📋 copy color: '#B299EA'

red 178 ◦ green 153 ◦ blue 234

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

Shades of Biloba Flower #B299EA

Tints of Biloba Flower #B299EA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.08%

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

R = 31.5%
G = 27.08%
B = 41.42%

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

#B299EA (or 0xB299EA) is known color: Biloba Flower. HEX triplet: B2, 99 and EA. RGB value is (178,153,234). Sum of RGB (Red+Green+Blue) = 178+153+234=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #B299EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B299EA is #4D6615. Grayscale: #A9A9A9. Windows color (decimal): -5072406 or 15374770. OLE color: 15374770.

HSL color Cylindrical-coordinate representation of color #B299EA: hue angle of 258.52º 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 #B299EA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 153 234 -
CMYK 0.24 0.35 0 0.08
HSL 258.52º 0.66% 0.76% -
HSV(B) 258.52º 0.35% 0.92% -
XYZ 44.6 38.19 82.86 -
YUV 169.71 164.28 133.91 -
System Red Green Blue C M Y K H S L
Decimal 178 153 234 0.24 0.35 0 0.08 258.52 0.66 0.76
Hex B2 99 EA 18 23 0 8 103 42 4C
Octal 262 231 352 30 43 0 10 403 102 114
Binary 10110010 10011001 11101010 11000 100011 0 1000 100000011 1000010 1001100

Color Harmonies of #B299EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299EA

Black with #B299EA

Text Example


Text Example

White with #B299EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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