Html Css Color HEX #9095BC Blue Bell

📋 copy color: '#9095BC'

red 144 ◦ green 149 ◦ blue 188

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

Shades of Blue Bell #9095BC

Tints of Blue Bell #9095BC

RGB

 RED value IS 144 (56.64% from 255) = 29.94%

 GREEN value IS 149 (58.59% from 255) = 30.98%

 BLUE value IS 188 (73.83% from 255) = 39.09%

R = 29.94%
G = 30.98%
B = 39.09%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9095BC (or 0x9095BC) is known color: Blue Bell. HEX triplet: 90, 95 and BC. RGB value is (144,149,188). Sum of RGB (Red+Green+Blue) = 144+149+188=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #9095BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095BC is #6F6A43. Grayscale: #979797. Windows color (decimal): -7301700 or 12359056. OLE color: 12359056.

HSL color Cylindrical-coordinate representation of color #9095BC: hue angle of 233.18º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9095BC is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 149 188 -
CMYK 0.23 0.21 0 0.26
HSL 233.18º 0.25% 0.65% -
HSV(B) 233.18º 0.23% 0.74% -
XYZ 31.33 31.06 51.92 -
YUV 151.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 144 149 188 0.23 0.21 0 0.26 233.18 0.25 0.65
Hex 90 95 BC 17 15 0 1A E9 19 41
Octal 220 225 274 27 25 0 32 351 31 101
Binary 10010000 10010101 10111100 10111 10101 0 11010 11101001 11001 1000001

Color Harmonies of #9095BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9095BC

Black with #9095BC

Text Example


Text Example

White with #9095BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9095BC; }

 p { color: rgb(144,149,188); }

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

background-color css

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

 a { background-color: rgb(144,149,188); }

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

border-color css

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

 span { border-color: rgb(144,149,188); }

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