#99BDC1

Color #99BDC1 Casper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casper #99BDC1

Tints of Casper #99BDC1

Color information

#99BDC1 (or 0x99BDC1) is unknown color: approx Casper. HEX triplet: 99, BD and C1. RGB value is (153,189,193). Sum of RGB (Red+Green+Blue) = 153+189+193=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: blue. Hex color #99BDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDC1 is #66423E. Grayscale: #B2B2B2. Windows color (decimal): -6701631 or 12696985. OLE color: 12696985.

HSL color Cylindrical-coordinate representation of color #99BDC1: hue angle of 186º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99BDC1 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB153189193-
CMYK0.210.0200.24
HSL186º24.39%67.84%-
HSV(B)186º20.73%75.69%-
XYZ40.9647.0257.37-
YUV178.69136.07109.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.60%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=28.60%
G=35.33%
B=36.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531891930.210.0200.2418624.3967.84
Hex99BDC1152018ba1844
Octal23127530125203027230104
Binary100110011011110111000001101011001100010111010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BDC1; }

 p { color: rgb(153,189,193); }

 H1.HeaderClassName
 {
   color: #99BDC1;
 }
 .AnyTagClassName
 {
   color: #99BDC1;
 }
</style>
background-color css

<style>
 a { background-color: #99BDC1; }

 a { background-color: rgb(153,189,193); }

 div.DivClassName
 {
   background-color: #99BDC1;
 }
 .BgClassName
 {
   background-color: #99BDC1;
 }
</style>
border-color css

<style>
 span { border-color: #99BDC1; }

 span { border-color: rgb(153,189,193); }

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