Html Css Color HEX #B096CA Biloba Flower

📋 copy color: '#B096CA'

red 176 ◦ green 150 ◦ blue 202

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

Shades of Biloba Flower #B096CA

Tints of Biloba Flower #B096CA

RGB

 RED value IS 176 (69.14% from 255) = 33.33%

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

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

R = 33.33%
G = 28.41%
B = 38.26%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B096CA (or 0xB096CA) is known color: Biloba Flower. HEX triplet: B0, 96 and CA. RGB value is (176,150,202). Sum of RGB (Red+Green+Blue) = 176+150+202=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #B096CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096CA is #4F6935. Grayscale: #A3A3A3. Windows color (decimal): -5204278 or 13276848. OLE color: 13276848.

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

Color convert

RGB 176 150 202 -
CMYK 0.13 0.26 0 0.21
HSL 270º 0.33% 0.69% -
HSV(B) 270º 0.26% 0.79% -
XYZ 39.47 35.31 60.61 -
YUV 163.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 176 150 202 0.13 0.26 0 0.21 270 0.33 0.69
Hex B0 96 CA D 1A 0 15 10E 21 45
Octal 260 226 312 15 32 0 25 416 41 105
Binary 10110000 10010110 11001010 1101 11010 0 10101 100001110 100001 1000101

Color Harmonies of #B096CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B096CA

Black with #B096CA

Text Example


Text Example

White with #B096CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B096CA; }

 p { color: rgb(176,150,202); }

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

background-color css

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

 a { background-color: rgb(176,150,202); }

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

border-color css

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

 span { border-color: rgb(176,150,202); }

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