Html Css Color HEX #B1CADC Spindle

📋 copy color: '#B1CADC'

red 177 ◦ green 202 ◦ blue 220

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

Shades of Spindle #B1CADC

Tints of Spindle #B1CADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.72%

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

R = 29.55%
G = 33.72%
B = 36.73%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1CADC (or 0xB1CADC) is known color: Spindle. HEX triplet: B1, CA and DC. RGB value is (177,202,220). Sum of RGB (Red+Green+Blue) = 177+202+220=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1CADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CADC is #4E3523. Grayscale: #C4C4C4. Windows color (decimal): -5125412 or 14469809. OLE color: 14469809.

HSL color Cylindrical-coordinate representation of color #B1CADC: hue angle of 205.12º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1CADC is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 202 220 -
CMYK 0.20 0.08 0 0.14
HSL 205.12º 0.38% 0.78% -
HSV(B) 205.12º 0.2% 0.86% -
XYZ 52.17 56.76 75.92 -
YUV 196.58 141.22 114.04 -
System Red Green Blue C M Y K H S L
Decimal 177 202 220 0.20 0.08 0 0.14 205.12 0.38 0.78
Hex B1 CA DC 14 8 0 E CD 26 4E
Octal 261 312 334 24 10 0 16 315 46 116
Binary 10110001 11001010 11011100 10100 1000 0 1110 11001101 100110 1001110

Color Harmonies of #B1CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CADC

Black with #B1CADC

Text Example


Text Example

White with #B1CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CADC; }

 p { color: rgb(177,202,220); }

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

background-color css

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

 a { background-color: rgb(177,202,220); }

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

border-color css

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

 span { border-color: rgb(177,202,220); }

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