Html Css Color HEX #999BBC Logan

📋 copy color: '#999BBC'

red 153 ◦ green 155 ◦ blue 188

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

Shades of Logan #999BBC

Tints of Logan #999BBC

RGB

 RED value IS 153 (60.16% from 255) = 30.85%

 GREEN value IS 155 (60.94% from 255) = 31.25%

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

R = 30.85%
G = 31.25%
B = 37.9%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#999BBC (or 0x999BBC) is known color: Logan. HEX triplet: 99, 9B and BC. RGB value is (153,155,188). Sum of RGB (Red+Green+Blue) = 153+155+188=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #999BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BBC is #666443. Grayscale: #9E9E9E. Windows color (decimal): -6710340 or 12360601. OLE color: 12360601.

HSL color Cylindrical-coordinate representation of color #999BBC: hue angle of 236.57º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #999BBC is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 155 188 -
CMYK 0.19 0.18 0 0.26
HSL 236.57º 0.21% 0.67% -
HSV(B) 236.57º 0.19% 0.74% -
XYZ 33.94 33.85 52.32 -
YUV 158.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 153 155 188 0.19 0.18 0 0.26 236.57 0.21 0.67
Hex 99 9B BC 13 12 0 1A ED 15 43
Octal 231 233 274 23 22 0 32 355 25 103
Binary 10011001 10011011 10111100 10011 10010 0 11010 11101101 10101 1000011

Color Harmonies of #999BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999BBC

Black with #999BBC

Text Example


Text Example

White with #999BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999BBC; }

 p { color: rgb(153,155,188); }

 H1.HeaderClassName
 {
   color: #999BBC;
 }
 .AnyTagClassName
 {
   color: #999BBC;
 }
</style>

background-color css

<style>
 a { background-color: #999BBC; }

 a { background-color: rgb(153,155,188); }

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

border-color css

<style>
 span { border-color: #999BBC; }

 span { border-color: rgb(153,155,188); }

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