Html Css Color HEX #9BBFC6 Casper

📋 copy color: '#9BBFC6'

red 155 ◦ green 191 ◦ blue 198

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

Shades of Casper #9BBFC6

Tints of Casper #9BBFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.4%

R = 28.49%
G = 35.11%
B = 36.4%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9BBFC6 (or 0x9BBFC6) is known color: Casper. HEX triplet: 9B, BF and C6. RGB value is (155,191,198). Sum of RGB (Red+Green+Blue) = 155+191+198=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 198 - color contains mainly: blue. Hex color #9BBFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFC6 is #644039. Grayscale: #B4B4B4. Windows color (decimal): -6570042 or 13025179. OLE color: 13025179.

HSL color Cylindrical-coordinate representation of color #9BBFC6: hue angle of 189.77º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BBFC6 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 191 198 -
CMYK 0.22 0.04 0 0.22
HSL 189.77º 0.27% 0.69% -
HSV(B) 189.77º 0.22% 0.78% -
XYZ 42.34 48.31 60.52 -
YUV 181.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 155 191 198 0.22 0.04 0 0.22 189.77 0.27 0.69
Hex 9B BF C6 16 4 0 16 BE 1B 45
Octal 233 277 306 26 4 0 26 276 33 105
Binary 10011011 10111111 11000110 10110 100 0 10110 10111110 11011 1000101

Color Harmonies of #9BBFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBFC6

Black with #9BBFC6

Text Example


Text Example

White with #9BBFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,191,198); }

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

background-color css

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

 a { background-color: rgb(155,191,198); }

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

border-color css

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

 span { border-color: rgb(155,191,198); }

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