Html Css Color HEX #9BBCC4 Casper

📋 copy color: '#9BBCC4'

red 155 ◦ green 188 ◦ blue 196

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

Shades of Casper #9BBCC4

Tints of Casper #9BBCC4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.88%

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

R = 28.76%
G = 34.88%
B = 36.36%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9BBCC4 (or 0x9BBCC4) is known color: Casper. HEX triplet: 9B, BC and C4. RGB value is (155,188,196). Sum of RGB (Red+Green+Blue) = 155+188+196=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 196 - color contains mainly: blue. Hex color #9BBCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCC4 is #64433B. Grayscale: #B2B2B2. Windows color (decimal): -6570812 or 12893339. OLE color: 12893339.

HSL color Cylindrical-coordinate representation of color #9BBCC4: hue angle of 191.71º 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 #9BBCC4 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 188 196 -
CMYK 0.21 0.04 0 0.23
HSL 191.71º 0.26% 0.69% -
HSV(B) 191.71º 0.21% 0.77% -
XYZ 41.46 46.92 59.1 -
YUV 179.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 155 188 196 0.21 0.04 0 0.23 191.71 0.26 0.69
Hex 9B BC C4 15 4 0 17 C0 1A 45
Octal 233 274 304 25 4 0 27 300 32 105
Binary 10011011 10111100 11000100 10101 100 0 10111 11000000 11010 1000101

Color Harmonies of #9BBCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBCC4

Black with #9BBCC4

Text Example


Text Example

White with #9BBCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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