Html Css Color HEX #B1CCDC Spindle

📋 copy color: '#B1CCDC'

red 177 ◦ green 204 ◦ blue 220

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

Shades of Spindle #B1CCDC

Tints of Spindle #B1CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.94%

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

R = 29.45%
G = 33.94%
B = 36.61%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1CCDC (or 0xB1CCDC) is known color: Spindle. HEX triplet: B1, CC and DC. RGB value is (177,204,220). Sum of RGB (Red+Green+Blue) = 177+204+220=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCDC is #4E3323. Grayscale: #C5C5C5. Windows color (decimal): -5124900 or 14470321. OLE color: 14470321.

HSL color Cylindrical-coordinate representation of color #B1CCDC: hue angle of 202.33º 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 #B1CCDC is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 204 220 -
CMYK 0.20 0.07 0 0.14
HSL 202.33º 0.38% 0.78% -
HSV(B) 202.33º 0.2% 0.86% -
XYZ 52.64 57.7 76.07 -
YUV 197.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 177 204 220 0.20 0.07 0 0.14 202.33 0.38 0.78
Hex B1 CC DC 14 7 0 E CA 26 4E
Octal 261 314 334 24 7 0 16 312 46 116
Binary 10110001 11001100 11011100 10100 111 0 1110 11001010 100110 1001110

Color Harmonies of #B1CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CCDC

Black with #B1CCDC

Text Example


Text Example

White with #B1CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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