Html Css Color HEX #B1C6DA Spindle

📋 copy color: '#B1C6DA'

red 177 ◦ green 198 ◦ blue 218

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

Shades of Spindle #B1C6DA

Tints of Spindle #B1C6DA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.39%

 BLUE value IS 218 (85.55% from 255) = 36.76%

R = 29.85%
G = 33.39%
B = 36.76%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B1C6DA (or 0xB1C6DA) is known color: Spindle. HEX triplet: B1, C6 and DA. RGB value is (177,198,218). Sum of RGB (Red+Green+Blue) = 177+198+218=593 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.85% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1C6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C6DA is #4E3925. Grayscale: #C1C1C1. Windows color (decimal): -5126438 or 14337713. OLE color: 14337713.

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

Color convert

RGB 177 198 218 -
CMYK 0.19 0.09 0 0.15
HSL 209.27º 0.36% 0.77% -
HSV(B) 209.27º 0.19% 0.85% -
XYZ 50.98 54.8 74.22 -
YUV 194 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 177 198 218 0.19 0.09 0 0.15 209.27 0.36 0.77
Hex B1 C6 DA 13 9 0 F D1 24 4D
Octal 261 306 332 23 11 0 17 321 44 115
Binary 10110001 11000110 11011010 10011 1001 0 1111 11010001 100100 1001101

Color Harmonies of #B1C6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C6DA

Black with #B1C6DA

Text Example


Text Example

White with #B1C6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C6DA; }

 p { color: rgb(177,198,218); }

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

background-color css

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

 a { background-color: rgb(177,198,218); }

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

border-color css

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

 span { border-color: rgb(177,198,218); }

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