Html Css Color HEX #B5C1CF Spindle

📋 copy color: '#B5C1CF'

red 181 ◦ green 193 ◦ blue 207

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

Shades of Spindle #B5C1CF

Tints of Spindle #B5C1CF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.22%

 BLUE value IS 207 (81.25% from 255) = 35.63%

R = 31.15%
G = 33.22%
B = 35.63%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B5C1CF (or 0xB5C1CF) is known color: Spindle. HEX triplet: B5, C1 and CF. RGB value is (181,193,207). Sum of RGB (Red+Green+Blue) = 181+193+207=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5C1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C1CF is #4A3E30. Grayscale: #BEBEBE. Windows color (decimal): -4865585 or 13615541. OLE color: 13615541.

HSL color Cylindrical-coordinate representation of color #B5C1CF: hue angle of 212.31º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5C1CF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 193 207 -
CMYK 0.13 0.07 0 0.19
HSL 212.31º 0.21% 0.76% -
HSV(B) 212.31º 0.13% 0.81% -
XYZ 49.39 52.47 66.56 -
YUV 191.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 181 193 207 0.13 0.07 0 0.19 212.31 0.21 0.76
Hex B5 C1 CF D 7 0 13 D4 15 4C
Octal 265 301 317 15 7 0 23 324 25 114
Binary 10110101 11000001 11001111 1101 111 0 10011 11010100 10101 1001100

Color Harmonies of #B5C1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C1CF

Black with #B5C1CF

Text Example


Text Example

White with #B5C1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C1CF; }

 p { color: rgb(181,193,207); }

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

background-color css

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

 a { background-color: rgb(181,193,207); }

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

border-color css

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

 span { border-color: rgb(181,193,207); }

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