Html Css Color HEX #B296CE Biloba Flower

📋 copy color: '#B296CE'

red 178 ◦ green 150 ◦ blue 206

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

Shades of Biloba Flower #B296CE

Tints of Biloba Flower #B296CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.09%

 BLUE value IS 206 (80.86% from 255) = 38.58%

R = 33.33%
G = 28.09%
B = 38.58%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B296CE (or 0xB296CE) is known color: Biloba Flower. HEX triplet: B2, 96 and CE. RGB value is (178,150,206). Sum of RGB (Red+Green+Blue) = 178+150+206=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #B296CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B296CE is #4D6931. Grayscale: #A4A4A4. Windows color (decimal): -5073202 or 13538994. OLE color: 13538994.

HSL color Cylindrical-coordinate representation of color #B296CE: hue angle of 270º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B296CE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 150 206 -
CMYK 0.14 0.27 0 0.19
HSL 270º 0.36% 0.7% -
HSV(B) 270º 0.27% 0.81% -
XYZ 40.41 35.73 63.16 -
YUV 164.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 178 150 206 0.14 0.27 0 0.19 270 0.36 0.7
Hex B2 96 CE E 1B 0 13 10E 24 46
Octal 262 226 316 16 33 0 23 416 44 106
Binary 10110010 10010110 11001110 1110 11011 0 10011 100001110 100100 1000110

Color Harmonies of #B296CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B296CE

Black with #B296CE

Text Example


Text Example

White with #B296CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B296CE; }

 p { color: rgb(178,150,206); }

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

background-color css

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

 a { background-color: rgb(178,150,206); }

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

border-color css

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

 span { border-color: rgb(178,150,206); }

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