Html Css Color HEX #B096CC Biloba Flower

📋 copy color: '#B096CC'

red 176 ◦ green 150 ◦ blue 204

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

Shades of Biloba Flower #B096CC

Tints of Biloba Flower #B096CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 33.21%
G = 28.3%
B = 38.49%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B096CC (or 0xB096CC) is known color: Biloba Flower. HEX triplet: B0, 96 and CC. RGB value is (176,150,204). Sum of RGB (Red+Green+Blue) = 176+150+204=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #B096CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096CC is #4F6933. Grayscale: #A3A3A3. Windows color (decimal): -5204276 or 13407920. OLE color: 13407920.

HSL color Cylindrical-coordinate representation of color #B096CC: hue angle of 268.89º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B096CC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 150 204 -
CMYK 0.14 0.26 0 0.2
HSL 268.89º 0.35% 0.69% -
HSV(B) 268.89º 0.26% 0.8% -
XYZ 39.71 35.4 61.87 -
YUV 163.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 176 150 204 0.14 0.26 0 0.2 268.89 0.35 0.69
Hex B0 96 CC E 1A 0 14 10D 23 45
Octal 260 226 314 16 32 0 24 415 43 105
Binary 10110000 10010110 11001100 1110 11010 0 10100 100001101 100011 1000101

Color Harmonies of #B096CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B096CC

Black with #B096CC

Text Example


Text Example

White with #B096CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B096CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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