Html Css Color HEX #9CA2C6 Blue Bell

📋 copy color: '#9CA2C6'

red 156 ◦ green 162 ◦ blue 198

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

Shades of Blue Bell #9CA2C6

Tints of Blue Bell #9CA2C6

RGB

 RED value IS 156 (61.33% from 255) = 30.23%

 GREEN value IS 162 (63.67% from 255) = 31.4%

 BLUE value IS 198 (77.73% from 255) = 38.37%

R = 30.23%
G = 31.4%
B = 38.37%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9CA2C6 (or 0x9CA2C6) is known color: Blue Bell. HEX triplet: 9C, A2 and C6. RGB value is (156,162,198). Sum of RGB (Red+Green+Blue) = 156+162+198=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 198 - color contains mainly: blue. Hex color #9CA2C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA2C6 is #635D39. Grayscale: #A4A4A4. Windows color (decimal): -6511930 or 13017756. OLE color: 13017756.

HSL color Cylindrical-coordinate representation of color #9CA2C6: hue angle of 231.43º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CA2C6 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 156 162 198 -
CMYK 0.21 0.18 0 0.22
HSL 231.43º 0.27% 0.69% -
HSV(B) 231.43º 0.21% 0.78% -
XYZ 36.82 36.99 58.62 -
YUV 164.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 156 162 198 0.21 0.18 0 0.22 231.43 0.27 0.69
Hex 9C A2 C6 15 12 0 16 E7 1B 45
Octal 234 242 306 25 22 0 26 347 33 105
Binary 10011100 10100010 11000110 10101 10010 0 10110 11100111 11011 1000101

Color Harmonies of #9CA2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA2C6

Black with #9CA2C6

Text Example


Text Example

White with #9CA2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CA2C6; }

 p { color: rgb(156,162,198); }

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

background-color css

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

 a { background-color: rgb(156,162,198); }

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

border-color css

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

 span { border-color: rgb(156,162,198); }

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