Html Css Color HEX #B5C9DC Spindle

📋 copy color: '#B5C9DC'

red 181 ◦ green 201 ◦ blue 220

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

Shades of Spindle #B5C9DC

Tints of Spindle #B5C9DC

RGB

 RED value IS 181 (71.09% from 255) = 30.07%

 GREEN value IS 201 (78.91% from 255) = 33.39%

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 30.07%
G = 33.39%
B = 36.54%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5C9DC (or 0xB5C9DC) is known color: Spindle. HEX triplet: B5, C9 and DC. RGB value is (181,201,220). Sum of RGB (Red+Green+Blue) = 181+201+220=602 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.07% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C9DC is #4A3623. Grayscale: #C5C5C5. Windows color (decimal): -4863524 or 14469557. OLE color: 14469557.

HSL color Cylindrical-coordinate representation of color #B5C9DC: hue angle of 209.23º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5C9DC is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 201 220 -
CMYK 0.18 0.09 0 0.14
HSL 209.23º 0.36% 0.79% -
HSV(B) 209.23º 0.18% 0.86% -
XYZ 52.86 56.76 75.88 -
YUV 197.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 181 201 220 0.18 0.09 0 0.14 209.23 0.36 0.79
Hex B5 C9 DC 12 9 0 E D1 24 4F
Octal 265 311 334 22 11 0 16 321 44 117
Binary 10110101 11001001 11011100 10010 1001 0 1110 11010001 100100 1001111

Color Harmonies of #B5C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C9DC

Black with #B5C9DC

Text Example


Text Example

White with #B5C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C9DC; }

 p { color: rgb(181,201,220); }

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

background-color css

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

 a { background-color: rgb(181,201,220); }

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

border-color css

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

 span { border-color: rgb(181,201,220); }

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