Html Css Color HEX #B096CE Biloba Flower

📋 copy color: '#B096CE'

red 176 ◦ green 150 ◦ blue 206

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

Shades of Biloba Flower #B096CE

Tints of Biloba Flower #B096CE

RGB

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

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

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

R = 33.08%
G = 28.2%
B = 38.72%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B096CE (or 0xB096CE) is known color: Biloba Flower. HEX triplet: B0, 96 and CE. RGB value is (176,150,206). Sum of RGB (Red+Green+Blue) = 176+150+206=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #B096CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096CE is #4F6931. Grayscale: #A3A3A3. Windows color (decimal): -5204274 or 13538992. OLE color: 13538992.

HSL color Cylindrical-coordinate representation of color #B096CE: hue angle of 267.86º 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 #B096CE is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 150 206 -
CMYK 0.15 0.27 0 0.19
HSL 267.86º 0.36% 0.7% -
HSV(B) 267.86º 0.27% 0.81% -
XYZ 39.95 35.5 63.14 -
YUV 164.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 176 150 206 0.15 0.27 0 0.19 267.86 0.36 0.7
Hex B0 96 CE F 1B 0 13 10C 24 46
Octal 260 226 316 17 33 0 23 414 44 106
Binary 10110000 10010110 11001110 1111 11011 0 10011 100001100 100100 1000110

Color Harmonies of #B096CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B096CE

Black with #B096CE

Text Example


Text Example

White with #B096CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B096CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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