#96BFC4

Color #96BFC4 Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #96BFC4

Tints of Morning Glory #96BFC4

Color information

#96BFC4 (or 0x96BFC4) is unknown color: approx Morning Glory. HEX triplet: 96, BF and C4. RGB value is (150,191,196). Sum of RGB (Red+Green+Blue) = 150+191+196=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 196 - color contains mainly: blue. Hex color #96BFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFC4 is #69403B. Grayscale: #B3B3B3. Windows color (decimal): -6897724 or 12894102. OLE color: 12894102.

HSL color Cylindrical-coordinate representation of color #96BFC4: hue angle of 186.52º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96BFC4 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB150191196-
CMYK0.230.0300.23
HSL186.52º28.05%67.84%-
HSV(B)186.52º23.47%76.86%-
XYZ41.1747.7359.27-
YUV179.31137.42107.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.93%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 196 (76.95% from 255) = 36.50%
R=27.93%
G=35.57%
B=36.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501911960.230.0300.23186.5228.0567.84
Hex96BFC4173017bb1c44
Octal22627730427302727334104
Binary100101101011111111000100101111101011110111011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BFC4; }

 p { color: rgb(150,191,196); }

 H1.HeaderClassName
 {
   color: #96BFC4;
 }
 .AnyTagClassName
 {
   color: #96BFC4;
 }
</style>
background-color css

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

 a { background-color: rgb(150,191,196); }

 div.DivClassName
 {
   background-color: #96BFC4;
 }
 .BgClassName
 {
   background-color: #96BFC4;
 }
</style>
border-color css

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

 span { border-color: rgb(150,191,196); }

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