Html Css Color HEX #96BFC2 Morning Glory

📋 copy color: '#96BFC2'

red 150 ◦ green 191 ◦ blue 194

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

Shades of Morning Glory #96BFC2

Tints of Morning Glory #96BFC2

RGB

 RED value IS 150 (58.98% from 255) = 28.04%

 GREEN value IS 191 (75% from 255) = 35.7%

 BLUE value IS 194 (76.17% from 255) = 36.26%

R = 28.04%
G = 35.7%
B = 36.26%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#96BFC2 (or 0x96BFC2) is known color: Morning Glory. HEX triplet: 96, BF and C2. RGB value is (150,191,194). Sum of RGB (Red+Green+Blue) = 150+191+194=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 194 - color contains mainly: blue. Hex color #96BFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFC2 is #69403D. Grayscale: #B3B3B3. Windows color (decimal): -6897726 or 12763030. OLE color: 12763030.

HSL color Cylindrical-coordinate representation of color #96BFC2: hue angle of 184.09º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96BFC2 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 191 194 -
CMYK 0.23 0.02 0 0.24
HSL 184.09º 0.27% 0.67% -
HSV(B) 184.09º 0.23% 0.76% -
XYZ 40.95 47.64 58.08 -
YUV 179.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 150 191 194 0.23 0.02 0 0.24 184.09 0.27 0.67
Hex 96 BF C2 17 2 0 18 B8 1B 43
Octal 226 277 302 27 2 0 30 270 33 103
Binary 10010110 10111111 11000010 10111 10 0 11000 10111000 11011 1000011

Color Harmonies of #96BFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BFC2

Black with #96BFC2

Text Example


Text Example

White with #96BFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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