Html Css Color HEX #B1C7D9 Spindle

📋 copy color: '#B1C7D9'

red 177 ◦ green 199 ◦ blue 217

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

Shades of Spindle #B1C7D9

Tints of Spindle #B1C7D9

RGB

 RED value IS 177 (69.53% from 255) = 29.85%

 GREEN value IS 199 (78.13% from 255) = 33.56%

 BLUE value IS 217 (85.16% from 255) = 36.59%

R = 29.85%
G = 33.56%
B = 36.59%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B1C7D9 (or 0xB1C7D9) is known color: Spindle. HEX triplet: B1, C7 and D9. RGB value is (177,199,217). Sum of RGB (Red+Green+Blue) = 177+199+217=593 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.85% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #B1C7D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C7D9 is #4E3826. Grayscale: #C2C2C2. Windows color (decimal): -5126183 or 14272433. OLE color: 14272433.

HSL color Cylindrical-coordinate representation of color #B1C7D9: hue angle of 207º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1C7D9 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 199 217 -
CMYK 0.18 0.08 0 0.15
HSL 207º 0.34% 0.77% -
HSV(B) 207º 0.18% 0.85% -
XYZ 51.08 55.2 73.61 -
YUV 194.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 177 199 217 0.18 0.08 0 0.15 207 0.34 0.77
Hex B1 C7 D9 12 8 0 F CF 22 4D
Octal 261 307 331 22 10 0 17 317 42 115
Binary 10110001 11000111 11011001 10010 1000 0 1111 11001111 100010 1001101

Color Harmonies of #B1C7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C7D9

Black with #B1C7D9

Text Example


Text Example

White with #B1C7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C7D9; }

 p { color: rgb(177,199,217); }

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

background-color css

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

 a { background-color: rgb(177,199,217); }

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

border-color css

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

 span { border-color: rgb(177,199,217); }

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