Html Css Color HEX #B1CDDE Spindle

📋 copy color: '#B1CDDE'

red 177 ◦ green 205 ◦ blue 222

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

Shades of Spindle #B1CDDE

Tints of Spindle #B1CDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 29.3%
G = 33.94%
B = 36.75%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1CDDE (or 0xB1CDDE) is known color: Spindle. HEX triplet: B1, CD and DE. RGB value is (177,205,222). Sum of RGB (Red+Green+Blue) = 177+205+222=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #B1CDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDDE is #4E3221. Grayscale: #C6C6C6. Windows color (decimal): -5124642 or 14601649. OLE color: 14601649.

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

Color convert

RGB 177 205 222 -
CMYK 0.20 0.08 0 0.13
HSL 202.67º 0.41% 0.78% -
HSV(B) 202.67º 0.2% 0.87% -
XYZ 53.15 58.28 77.56 -
YUV 198.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 177 205 222 0.20 0.08 0 0.13 202.67 0.41 0.78
Hex B1 CD DE 14 8 0 D CB 29 4E
Octal 261 315 336 24 10 0 15 313 51 116
Binary 10110001 11001101 11011110 10100 1000 0 1101 11001011 101001 1001110

Color Harmonies of #B1CDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CDDE

Black with #B1CDDE

Text Example


Text Example

White with #B1CDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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