Html Css Color HEX #B9C0CA Spindle

📋 copy color: '#B9C0CA'

red 185 ◦ green 192 ◦ blue 202

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

Shades of Spindle #B9C0CA

Tints of Spindle #B9C0CA

RGB

 RED value IS 185 (72.66% from 255) = 31.95%

 GREEN value IS 192 (75.39% from 255) = 33.16%

 BLUE value IS 202 (79.3% from 255) = 34.89%

R = 31.95%
G = 33.16%
B = 34.89%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B9C0CA (or 0xB9C0CA) is known color: Spindle. HEX triplet: B9, C0 and CA. RGB value is (185,192,202). Sum of RGB (Red+Green+Blue) = 185+192+202=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9C0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C0CA is #463F35. Grayscale: #BFBFBF. Windows color (decimal): -4603702 or 13287609. OLE color: 13287609.

HSL color Cylindrical-coordinate representation of color #B9C0CA: hue angle of 215.29º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9C0CA is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 192 202 -
CMYK 0.08 0.05 0 0.21
HSL 215.29º 0.14% 0.76% -
HSV(B) 215.29º 0.08% 0.79% -
XYZ 49.52 52.28 63.36 -
YUV 191.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 185 192 202 0.08 0.05 0 0.21 215.29 0.14 0.76
Hex B9 C0 CA 8 5 0 15 D7 E 4C
Octal 271 300 312 10 5 0 25 327 16 114
Binary 10111001 11000000 11001010 1000 101 0 10101 11010111 1110 1001100

Color Harmonies of #B9C0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C0CA

Black with #B9C0CA

Text Example


Text Example

White with #B9C0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C0CA; }

 p { color: rgb(185,192,202); }

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

background-color css

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

 a { background-color: rgb(185,192,202); }

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

border-color css

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

 span { border-color: rgb(185,192,202); }

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