Html Css Color HEX #99BDC1 Casper

📋 copy color: '#99BDC1'

red 153 ◦ green 189 ◦ blue 193

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

Shades of Casper #99BDC1

Tints of Casper #99BDC1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.33%

 BLUE value IS 193 (75.78% from 255) = 36.07%

R = 28.6%
G = 35.33%
B = 36.07%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#99BDC1 (or 0x99BDC1) is known color: 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

RGB 153 189 193 -
CMYK 0.21 0.02 0 0.24
HSL 186º 0.24% 0.68% -
HSV(B) 186º 0.21% 0.76% -
XYZ 40.96 47.02 57.37 -
YUV 178.69 136.07 109.67 -
System Red Green Blue C M Y K H S L
Decimal 153 189 193 0.21 0.02 0 0.24 186 0.24 0.68
Hex 99 BD C1 15 2 0 18 BA 18 44
Octal 231 275 301 25 2 0 30 272 30 104
Binary 10011001 10111101 11000001 10101 10 0 11000 10111010 11000 1000100

Color Harmonies of #99BDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BDC1

Black with #99BDC1

Text Example


Text Example

White with #99BDC1

Text Example


Text Example

HTML Codes & Css Web 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>