Html Css Color HEX #B1CDDF Spindle

📋 copy color: '#B1CDDF'

red 177 ◦ green 205 ◦ blue 223

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

Shades of Spindle #B1CDDF

Tints of Spindle #B1CDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.88%

 BLUE value IS 223 (87.5% from 255) = 36.86%

R = 29.26%
G = 33.88%
B = 36.86%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1CDDF (or 0xB1CDDF) is known color: Spindle. HEX triplet: B1, CD and DF. RGB value is (177,205,223). Sum of RGB (Red+Green+Blue) = 177+205+223=605 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.26% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDDF is #4E3220. Grayscale: #C6C6C6. Windows color (decimal): -5124641 or 14667185. OLE color: 14667185.

HSL color Cylindrical-coordinate representation of color #B1CDDF: hue angle of 203.48º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1CDDF is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 205 223 -
CMYK 0.21 0.08 0 0.13
HSL 203.48º 0.42% 0.78% -
HSV(B) 203.48º 0.21% 0.87% -
XYZ 53.28 58.34 78.26 -
YUV 198.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 177 205 223 0.21 0.08 0 0.13 203.48 0.42 0.78
Hex B1 CD DF 15 8 0 D CB 2A 4E
Octal 261 315 337 25 10 0 15 313 52 116
Binary 10110001 11001101 11011111 10101 1000 0 1101 11001011 101010 1001110

Color Harmonies of #B1CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CDDF

Black with #B1CDDF

Text Example


Text Example

White with #B1CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CDDF; }

 p { color: rgb(177,205,223); }

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

background-color css

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

 a { background-color: rgb(177,205,223); }

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

border-color css

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

 span { border-color: rgb(177,205,223); }

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