Html Css Color HEX #B297CA Biloba Flower

📋 copy color: '#B297CA'

red 178 ◦ green 151 ◦ blue 202

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

Shades of Biloba Flower #B297CA

Tints of Biloba Flower #B297CA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.44%

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

R = 33.52%
G = 28.44%
B = 38.04%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B297CA (or 0xB297CA) is known color: Biloba Flower. HEX triplet: B2, 97 and CA. RGB value is (178,151,202). Sum of RGB (Red+Green+Blue) = 178+151+202=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #B297CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297CA is #4D6835. Grayscale: #A4A4A4. Windows color (decimal): -5072950 or 13277106. OLE color: 13277106.

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

Color convert

RGB 178 151 202 -
CMYK 0.12 0.25 0 0.21
HSL 271.76º 0.32% 0.69% -
HSV(B) 271.76º 0.25% 0.79% -
XYZ 40.09 35.86 60.69 -
YUV 164.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 178 151 202 0.12 0.25 0 0.21 271.76 0.32 0.69
Hex B2 97 CA C 19 0 15 110 20 45
Octal 262 227 312 14 31 0 25 420 40 105
Binary 10110010 10010111 11001010 1100 11001 0 10101 100010000 100000 1000101

Color Harmonies of #B297CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B297CA

Black with #B297CA

Text Example


Text Example

White with #B297CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B297CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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