Html Css Color HEX #B299EE Biloba Flower

📋 copy color: '#B299EE'

red 178 ◦ green 153 ◦ blue 238

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

Shades of Biloba Flower #B299EE

Tints of Biloba Flower #B299EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.83%

R = 31.28%
G = 26.89%
B = 41.83%

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

#B299EE (or 0xB299EE) is known color: Biloba Flower. HEX triplet: B2, 99 and EE. RGB value is (178,153,238). Sum of RGB (Red+Green+Blue) = 178+153+238=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #B299EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B299EE is #4D6611. Grayscale: #A9A9A9. Windows color (decimal): -5072402 or 15636914. OLE color: 15636914.

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

Color convert

RGB 178 153 238 -
CMYK 0.25 0.36 0 0.07
HSL 257.65º 0.71% 0.77% -
HSV(B) 257.65º 0.36% 0.93% -
XYZ 45.18 38.42 85.92 -
YUV 170.17 166.28 133.59 -
System Red Green Blue C M Y K H S L
Decimal 178 153 238 0.25 0.36 0 0.07 257.65 0.71 0.77
Hex B2 99 EE 19 24 0 7 102 47 4D
Octal 262 231 356 31 44 0 7 402 107 115
Binary 10110010 10011001 11101110 11001 100100 0 111 100000010 1000111 1001101

Color Harmonies of #B299EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299EE

Black with #B299EE

Text Example


Text Example

White with #B299EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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