Html Css Color HEX #9BBAC4 Casper

📋 copy color: '#9BBAC4'

red 155 ◦ green 186 ◦ blue 196

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

Shades of Casper #9BBAC4

Tints of Casper #9BBAC4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.64%

 BLUE value IS 196 (76.95% from 255) = 36.5%

R = 28.86%
G = 34.64%
B = 36.5%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9BBAC4 (or 0x9BBAC4) is known color: Casper. HEX triplet: 9B, BA and C4. RGB value is (155,186,196). Sum of RGB (Red+Green+Blue) = 155+186+196=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 196 - color contains mainly: blue. Hex color #9BBAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBAC4 is #64453B. Grayscale: #B1B1B1. Windows color (decimal): -6571324 or 12892827. OLE color: 12892827.

HSL color Cylindrical-coordinate representation of color #9BBAC4: hue angle of 194.63º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BBAC4 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 186 196 -
CMYK 0.21 0.05 0 0.23
HSL 194.63º 0.26% 0.69% -
HSV(B) 194.63º 0.21% 0.77% -
XYZ 41.04 46.07 58.95 -
YUV 177.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 155 186 196 0.21 0.05 0 0.23 194.63 0.26 0.69
Hex 9B BA C4 15 5 0 17 C3 1A 45
Octal 233 272 304 25 5 0 27 303 32 105
Binary 10011011 10111010 11000100 10101 101 0 10111 11000011 11010 1000101

Color Harmonies of #9BBAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBAC4

Black with #9BBAC4

Text Example


Text Example

White with #9BBAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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