Html Css Color HEX #B299CA Biloba Flower

📋 copy color: '#B299CA'

red 178 ◦ green 153 ◦ blue 202

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

Shades of Biloba Flower #B299CA

Tints of Biloba Flower #B299CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.9%

R = 33.4%
G = 28.71%
B = 37.9%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B299CA (or 0xB299CA) is known color: Biloba Flower. HEX triplet: B2, 99 and CA. RGB value is (178,153,202). Sum of RGB (Red+Green+Blue) = 178+153+202=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #B299CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299CA is #4D6635. Grayscale: #A5A5A5. Windows color (decimal): -5072438 or 13277618. OLE color: 13277618.

HSL color Cylindrical-coordinate representation of color #B299CA: hue angle of 270.61º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B299CA is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 153 202 -
CMYK 0.12 0.24 0 0.21
HSL 270.61º 0.32% 0.7% -
HSV(B) 270.61º 0.24% 0.79% -
XYZ 40.41 36.51 60.79 -
YUV 166.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 178 153 202 0.12 0.24 0 0.21 270.61 0.32 0.7
Hex B2 99 CA C 18 0 15 10F 20 46
Octal 262 231 312 14 30 0 25 417 40 106
Binary 10110010 10011001 11001010 1100 11000 0 10101 100001111 100000 1000110

Color Harmonies of #B299CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299CA

Black with #B299CA

Text Example


Text Example

White with #B299CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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