Html Css Color HEX #9BBBBA Conch

📋 copy color: '#9BBBBA'

red 155 ◦ green 187 ◦ blue 186

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

Shades of Conch #9BBBBA

Tints of Conch #9BBBBA

RGB

 RED value IS 155 (60.94% from 255) = 29.36%

 GREEN value IS 187 (73.44% from 255) = 35.42%

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

R = 29.36%
G = 35.42%
B = 35.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#9BBBBA (or 0x9BBBBA) is known color: Conch. HEX triplet: 9B, BB and BA. RGB value is (155,187,186). Sum of RGB (Red+Green+Blue) = 155+187+186=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBBA is #644445. Grayscale: #B1B1B1. Windows color (decimal): -6571078 or 12237723. OLE color: 12237723.

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

Color convert

RGB 155 187 186 -
CMYK 0.17 0 0.01 0.27
HSL 178.13º 0.19% 0.67% -
HSV(B) 178.13º 0.17% 0.73% -
XYZ 40.15 46.05 53.23 -
YUV 177.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 155 187 186 0.17 0 0.01 0.27 178.13 0.19 0.67
Hex 9B BB BA 11 0 1 1B B2 13 43
Octal 233 273 272 21 0 1 33 262 23 103
Binary 10011011 10111011 10111010 10001 0 1 11011 10110010 10011 1000011

Color Harmonies of #9BBBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBBBA

Black with #9BBBBA

Text Example


Text Example

White with #9BBBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,187,186); }

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

background-color css

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

 a { background-color: rgb(155,187,186); }

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

border-color css

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

 span { border-color: rgb(155,187,186); }

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