Html Css Color HEX #9CB1BA Botticelli

📋 copy color: '#9CB1BA'

red 156 ◦ green 177 ◦ blue 186

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

Shades of Botticelli #9CB1BA

Tints of Botticelli #9CB1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.1%

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 30.06%
G = 34.1%
B = 35.84%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9CB1BA (or 0x9CB1BA) is known color: Botticelli. HEX triplet: 9C, B1 and BA. RGB value is (156,177,186). Sum of RGB (Red+Green+Blue) = 156+177+186=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CB1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB1BA is #634E45. Grayscale: #ABABAB. Windows color (decimal): -6508102 or 12235164. OLE color: 12235164.

HSL color Cylindrical-coordinate representation of color #9CB1BA: hue angle of 198º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CB1BA is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 177 186 -
CMYK 0.16 0.05 0 0.27
HSL 198º 0.18% 0.67% -
HSV(B) 198º 0.16% 0.73% -
XYZ 38.3 42.06 52.55 -
YUV 171.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 156 177 186 0.16 0.05 0 0.27 198 0.18 0.67
Hex 9C B1 BA 10 5 0 1B C6 12 43
Octal 234 261 272 20 5 0 33 306 22 103
Binary 10011100 10110001 10111010 10000 101 0 11011 11000110 10010 1000011

Color Harmonies of #9CB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB1BA

Black with #9CB1BA

Text Example


Text Example

White with #9CB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,177,186); }

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

background-color css

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

 a { background-color: rgb(156,177,186); }

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

border-color css

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

 span { border-color: rgb(156,177,186); }

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