Html Css Color HEX #B9C2D3 Spindle

📋 copy color: '#B9C2D3'

red 185 ◦ green 194 ◦ blue 211

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

Shades of Spindle #B9C2D3

Tints of Spindle #B9C2D3

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.88%

 BLUE value IS 211 (82.81% from 255) = 35.76%

R = 31.36%
G = 32.88%
B = 35.76%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B9C2D3 (or 0xB9C2D3) is known color: Spindle. HEX triplet: B9, C2 and D3. RGB value is (185,194,211). Sum of RGB (Red+Green+Blue) = 185+194+211=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 211 - color contains mainly: blue. Hex color #B9C2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C2D3 is #463D2C. Grayscale: #C1C1C1. Windows color (decimal): -4603181 or 13877945. OLE color: 13877945.

HSL color Cylindrical-coordinate representation of color #B9C2D3: hue angle of 219.23º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9C2D3 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 194 211 -
CMYK 0.12 0.08 0 0.17
HSL 219.23º 0.23% 0.78% -
HSV(B) 219.23º 0.12% 0.83% -
XYZ 51.06 53.6 69.28 -
YUV 193.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 185 194 211 0.12 0.08 0 0.17 219.23 0.23 0.78
Hex B9 C2 D3 C 8 0 11 DB 17 4E
Octal 271 302 323 14 10 0 21 333 27 116
Binary 10111001 11000010 11010011 1100 1000 0 10001 11011011 10111 1001110

Color Harmonies of #B9C2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C2D3

Black with #B9C2D3

Text Example


Text Example

White with #B9C2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C2D3; }

 p { color: rgb(185,194,211); }

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

background-color css

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

 a { background-color: rgb(185,194,211); }

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

border-color css

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

 span { border-color: rgb(185,194,211); }

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