Html Css Color HEX #96BFC4 Morning Glory

📋 copy color: '#96BFC4'

red 150 ◦ green 191 ◦ blue 196

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

Shades of Morning Glory #96BFC4

Tints of Morning Glory #96BFC4

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.5%

R = 27.93%
G = 35.57%
B = 36.5%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#96BFC4 (or 0x96BFC4) is known color: 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

RGB 150 191 196 -
CMYK 0.23 0.03 0 0.23
HSL 186.52º 0.28% 0.68% -
HSV(B) 186.52º 0.23% 0.77% -
XYZ 41.17 47.73 59.27 -
YUV 179.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 150 191 196 0.23 0.03 0 0.23 186.52 0.28 0.68
Hex 96 BF C4 17 3 0 17 BB 1C 44
Octal 226 277 304 27 3 0 27 273 34 104
Binary 10010110 10111111 11000100 10111 11 0 10111 10111011 11100 1000100

Color Harmonies of #96BFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BFC4

Black with #96BFC4

Text Example


Text Example

White with #96BFC4

Text Example


Text Example

HTML Codes & Css Web 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>