Html Css Color HEX #9CBFC4 Casper

📋 copy color: '#9CBFC4'

red 156 ◦ green 191 ◦ blue 196

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

Shades of Casper #9CBFC4

Tints of Casper #9CBFC4

RGB

 RED value IS 156 (61.33% from 255) = 28.73%

 GREEN value IS 191 (75% from 255) = 35.17%

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

R = 28.73%
G = 35.17%
B = 36.1%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9CBFC4 (or 0x9CBFC4) is known color: Casper. HEX triplet: 9C, BF and C4. RGB value is (156,191,196). Sum of RGB (Red+Green+Blue) = 156+191+196=543 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.73% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 196 - color contains mainly: blue. Hex color #9CBFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFC4 is #63403B. Grayscale: #B5B5B5. Windows color (decimal): -6504508 or 12894108. OLE color: 12894108.

HSL color Cylindrical-coordinate representation of color #9CBFC4: hue angle of 187.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CBFC4 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 156 191 196 -
CMYK 0.20 0.03 0 0.23
HSL 187.5º 0.25% 0.69% -
HSV(B) 187.5º 0.2% 0.77% -
XYZ 42.3 48.32 59.32 -
YUV 181.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 156 191 196 0.20 0.03 0 0.23 187.5 0.25 0.69
Hex 9C BF C4 14 3 0 17 BC 19 45
Octal 234 277 304 24 3 0 27 274 31 105
Binary 10011100 10111111 11000100 10100 11 0 10111 10111100 11001 1000101

Color Harmonies of #9CBFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBFC4

Black with #9CBFC4

Text Example


Text Example

White with #9CBFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,191,196); }

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

background-color css

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

 a { background-color: rgb(156,191,196); }

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

border-color css

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

 span { border-color: rgb(156,191,196); }

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