Html Css Color HEX #B1C4DA Spindle

📋 copy color: '#B1C4DA'

red 177 ◦ green 196 ◦ blue 218

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

Shades of Spindle #B1C4DA

Tints of Spindle #B1C4DA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.16%

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

R = 29.95%
G = 33.16%
B = 36.89%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B1C4DA (or 0xB1C4DA) is known color: Spindle. HEX triplet: B1, C4 and DA. RGB value is (177,196,218). Sum of RGB (Red+Green+Blue) = 177+196+218=591 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.95% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1C4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C4DA is #4E3B25. Grayscale: #C0C0C0. Windows color (decimal): -5126950 or 14337201. OLE color: 14337201.

HSL color Cylindrical-coordinate representation of color #B1C4DA: hue angle of 212.2º 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 #B1C4DA is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 196 218 -
CMYK 0.19 0.10 0 0.15
HSL 212.2º 0.36% 0.77% -
HSV(B) 212.2º 0.19% 0.85% -
XYZ 50.53 53.89 74.07 -
YUV 192.83 142.21 116.71 -
System Red Green Blue C M Y K H S L
Decimal 177 196 218 0.19 0.10 0 0.15 212.2 0.36 0.77
Hex B1 C4 DA 13 A 0 F D4 24 4D
Octal 261 304 332 23 12 0 17 324 44 115
Binary 10110001 11000100 11011010 10011 1010 0 1111 11010100 100100 1001101

Color Harmonies of #B1C4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C4DA

Black with #B1C4DA

Text Example


Text Example

White with #B1C4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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